Skip to content

Commit

Permalink
client routing is not an good idea yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 23, 2023
1 parent 46869b3 commit aac1b93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer/_default.page.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit aac1b93

Please sign in to comment.