client routing is not an good idea yet

This commit is contained in:
Ulf Gebhardt 2023-11-23 06:29:18 +01:00
parent 46869b3b5b
commit aac1b93cc8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -10,7 +10,8 @@ async function render(pageContext: PageContextClient) {
app.mount('#app')
}
// To enable Client-side Routing:
/* To enable Client-side Routing:
export const clientRouting = true
// !! WARNING !! Before doing so, read https://vike.dev/clientRouting */
export { render }