@@ -11,6 +11,7 @@ const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), '');
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
integrations: [
|
||||
sanity({
|
||||
projectId: env.PUBLIC_SANITY_PROJECT_ID,
|
||||
|
||||
Reference in New Issue
Block a user