Files
saladeaula.digital/dashboard_js/react-router.config.js
2025-02-21 19:34:56 -03:00

6 lines
132 B
JavaScript

export default {
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: false,
};