Minor Changes
-
97e9cde: - Added a build step and restructured the package.
- The
astro-integration-kit
plugin was removed, use the utility instead - All exports from
astro-pages/plugins
andastro-pages/utils
have been removed, import fromastro-pages
instead:
// Use the types import type { Option, IntegrationOption } from "astro-pages"; // Use the Astro integration import addPageDirIntegration from "astro-pages"; // Use the utility (inside an Astro integration) import { addPageDir } from "astro-pages";
- The