diff --git a/astro.config.ts b/astro.config.ts index 023bcd53..ee27298d 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -20,10 +20,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 6f8ce1ef..8a78140e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@astrojs/ts-plugin": "1.10.2" + "@astrojs/ts-plugin": "1.10.3" }, "publishConfig": { "access": "restricted",