diff --git a/astro.config.ts b/astro.config.ts index a58a5966..5c651912 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -21,10 +21,8 @@ export default (await import("astro/config")).defineConfig({ (await import("@playform/compress")).default({ Logger: 1 }), ], experimental: { - directRenderScript: true, clientPrerender: true, - globalRoutePriority: true, - serverIslands: true, + contentIntellisense: true, }, vite: { build: { diff --git a/package.json b/package.json index 7a4c8b75..8fb909a1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@astrojs/ts-plugin": "1.10.2" + "@astrojs/ts-plugin": "1.10.3" }, "publishConfig": { "access": "restricted",