Skip to content

Commit e0276ce

Browse files
committed
fix(website): does this still work?
1 parent 1db2c7c commit e0276ce

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ export default defineConfig({
3434
},
3535

3636
integrations: [svelte()],
37-
output: 'server', //PREVIEW ? 'server' : 'static',
37+
output: PREVIEW ? 'server' : 'static',
3838
server: ({ command }) => ({ port: command === 'dev' ? 5173 : 4321 }),
3939
trailingSlash: 'never',
4040

4141
vite: {
42-
define: {
43-
'process.env': process.env,
44-
},
4542
plugins: [tailwindcss()],
4643
},
4744
});

0 commit comments

Comments
 (0)