mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-17 18:30:24 +00:00
sitemap
This commit is contained in:
+6
-1
@@ -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 } }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user