Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
GroupOne-Front-End
/
3131a46894fda8f96826be14b157fc2761853dd0
/
.
/
react-router.config.ts
blob: 6ff16f9177990da17bc9a0f088b408b6e7920f41 [
file
] [
log
] [
blame
]
import
type
{
Config
}
from
"@react-router/dev/config"
;
export
default
{
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr
:
true
,
}
satisfies
Config
;