Fix for dynamic routes with app router SSR

This commit is contained in:
Nathan Chapman
2024-03-07 11:36:12 -06:00
parent 83ede65b5e
commit 9d8c110044
18 changed files with 327 additions and 229 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
{
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100
}
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "all"
}