trailing slash fix

This commit is contained in:
2026-09-10 21:40:29 +02:00
parent fb8e3d0ed9
commit 58ce567c86
6 changed files with 27 additions and 9 deletions
+1
View File
@@ -2,6 +2,7 @@ import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
export default defineConfig({
site: 'https://28k8.moonweb.org',
trailingSlash: 'never',
integrations: [react()],
server: { host: '0.0.0.0' },
vite: { server: { allowedHosts: true } }