fix: resolve slug fallback rendering for demo/gusto-brasserie and add root [slug] routing

This commit is contained in:
AyrisAI
2026-08-20 17:05:45 +03:00
parent 6055130828
commit b7e128fb8c
6 changed files with 83 additions and 27 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 22.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}