diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 97e5f7ffd..68d7526aa 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -20,4 +20,9 @@ export default defineNuxtConfig({ exclude: ['/unprotected', '/public/*'] }, }, + nitro: { + routeRules: { + '/clientonly': { ssr: false } + }, + }, }) diff --git a/playground/pages/clientonly.vue b/playground/pages/clientonly.vue new file mode 100644 index 000000000..06172abe5 --- /dev/null +++ b/playground/pages/clientonly.vue @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/playground/pages/confirm.vue b/playground/pages/confirm.vue index e9bc8e0fa..8a2dfd201 100644 --- a/playground/pages/confirm.vue +++ b/playground/pages/confirm.vue @@ -1,16 +1,13 @@