Expose externally
This commit is contained in:
+2
-2
@@ -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'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user