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
Seems like that's an issue with the Netlify itself.
BTW, I have started a fix for this and will be using a different method for switching colors. It should not reload the page.
This project is using createWebHistory mode in vue router which is recommended by vue router. This issue will raise when you will reload any page rather than the home page.
To fix this issue you have to configure your server. Please check the link below https://router.vuejs.org/guide/essentials/history-mode.html
In your .htaccess add the following to fix that issue.
When deployed to Netlify try to navigate to any subpage and change the viewing mode Dark/Light and notice how the page breaks ...
The text was updated successfully, but these errors were encountered: