-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trailingSlash: true
errors when scaffolding a react app with batijs
#1502
Comments
@schaschko, I'm sorry, but why did you add |
Thanks for creating the bug report, I will have a look at it tomorrow. |
Thank you, this works. I did add it like that, because it's suggested in the docs. |
@schaschko Make sure to use Also, in case your company is up for it: #1350. |
Description
Scaffold:
pnpm create @batijs/app --react
Modify
vite.config.ts
to addtrailingSlash: true
:Run:
Error:
I also tried scaffolding a vike app without bati via
pnpm create vike
and then addingtrailingSlash: true
, here everything works. Is this not supported?The text was updated successfully, but these errors were encountered: