This commit is contained in:
2026-08-15 19:24:49 +02:00
parent 73215a4d9d
commit 89be9e97f3
4 changed files with 92 additions and 1 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
export default defineConfig({ site: 'https://28k8.moonweb.org', integrations: [react()], output: 'static', server: { host: '0.0.0.0' }, vite: { server: { allowedHosts: true } } });
export default defineConfig({
site: 'https://28k8.moonweb.org',
integrations: [react()],
server: { host: '0.0.0.0' },
vite: { server: { allowedHosts: true } }
});