Expose externally

This commit is contained in:
2026-06-19 10:20:15 -04:00
parent 58a6a8acce
commit b8d7cdddcd
3 changed files with 26 additions and 13 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static',
trailingSlash: 'always',
site: process.env.PUBLIC_SITE_URL ?? 'https://swansea-airport.wales',
site: process.env.PUBLIC_SITE_URL ?? 'https://egfhtest.pattinson.org',
server: {
allowedHosts: ['docker', 'localhost'],
allowedHosts: ['docker', 'docker.pattinson.org', 'localhost', 'egfhtest.pattinson.org'],
},
});