feat: Upgrade to Astro 3
Some checks failed
Build, check & Test / run (push) Failing after 13s

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-08-31 10:26:30 +02:00
parent bd880f0272
commit a0390bea73
4 changed files with 6857 additions and 7010 deletions

View File

@ -22,7 +22,8 @@ export default defineConfig({
inlineStylesheets: 'auto'
},
server: {
host: true
host: true,
port: 3000
},
trailingSlash: 'never',
vite: {
@ -33,14 +34,11 @@ export default defineConfig({
}
}
},
experimental: {
assets: true
},
// Customizable depending on goal
output: 'server',
adapter: node({
mode: "standalone"
}),
site: 'https://print.dzeio.com',
site: 'https://example.com',
})