fix vercel stuff

This commit is contained in:
Jack 2023-10-31 22:29:01 -04:00
parent 58c20d64f1
commit a94da9a450
No known key found for this signature in database
GPG Key ID: F6FFDCED8A519F98

View File

@ -8,5 +8,14 @@ import vercel from "@astrojs/vercel/serverless";
export default defineConfig({
integrations: [tailwind(), react()],
output: "hybrid",
adapter: vercel(),
adapter: vercel({
imageService: true,
webAnalytics: {
enabled: true,
},
speedInsights: {
enabled: true,
},
functionPerRoute: true,
}),
});