diff --git a/astro.config.ts b/astro.config.ts index b6ac94b8..8fcbfb63 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,4 +1,4 @@ -export default ((await import("astro/config")).defineConfig({ +export default (await import("astro/config")).defineConfig({ srcDir: "./Source", publicDir: "./Public", outDir: "./Target", @@ -20,6 +20,6 @@ export default ((await import("astro/config")).defineConfig({ sourcemap: true, }, }, -}) as typeof defineConfig); +}) as typeof defineConfig; import type { defineConfig } from "astro/config"; diff --git a/package.json b/package.json index 76e68248..bde182ca 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "astro-capo": "0.0.1", "astro-compress": "2.2.8", "astro-critters": "2.0.11", - "astro-rome": "2.0.9", + "astro-rome": "2.1.0", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.17", "cssnano": "6.0.3",