Establish the publication foundation
validate / validate (push) Failing after 7s

This commit is contained in:
Compleet
2026-07-14 11:54:31 +01:00
commit 006955bfc8
46 changed files with 7704 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: process.env.SITE_URL ?? 'https://example.com',
output: 'static',
trailingSlash: 'never',
});