You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving from a single language to multi language app, it outputs "en", "no", "fr" sub-folders, each individual copies of the whole app. When doing the deploy, it doesn't create any 404 anymore (after I added multiple languages).
I see your point. The command wont copy the index.html to 404.html because it can't find it. There should be a warning message about this. Do you think you can come up with a solution for this? First we should recognise the different folder structure, then we should copy all the index.html files. PRs are highly welcome! 👍
I have an Angular 18 app that I've added the standard i18n (internationalization) support for Angular.
This means the output of my app are multiple folders with copies of the same app, in different languages.
When I now run deploy using this package, it no longer generates the 404 (not on root and not within the language folders).
Is there some option or something to make it work with localization?
The text was updated successfully, but these errors were encountered: