alpha version
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
// Environment detection
|
||||
const isProd = process.env.NODE_ENV === 'production';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static', // Change to 'server' if you need SSR
|
||||
output: 'server', // Change to 'server' if you need SSR
|
||||
|
||||
// Development server settings
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user