Migrate to Astro 5
This commit is contained in:
parent
ae4ed1e358
commit
a97ea99c75
3 changed files with 1432 additions and 1676 deletions
|
|
@ -191,11 +191,9 @@ export default defineConfig({
|
|||
"/tos": "/terms_of_service",
|
||||
"/contact": "/",
|
||||
},
|
||||
experimental: {
|
||||
env: {
|
||||
schema: {
|
||||
APACHE_CONFIG: envField.boolean({ context: "server", access: "public", default: false }),
|
||||
},
|
||||
env: {
|
||||
schema: {
|
||||
APACHE_CONFIG: envField.boolean({ context: "server", access: "public", default: false }),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue