Skip to content

Commit

Permalink
Set server.host = true
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Jul 29, 2024
1 parent f958117 commit 82da874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const whenExternalScripts = (items = []) =>
export default defineConfig({
site: SITE.site,
base: SITE.base,
server: {
host: true,
},
trailingSlash: SITE.trailingSlash ? 'always' : 'never',
output: 'hybrid',
integrations: [
Expand Down

0 comments on commit 82da874

Please sign in to comment.