diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index c2a843b5b8..896312f044 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,9 +1,3 @@ export default defineNuxtConfig({ - routeRules: { - '/': { - headers: { - 'My-Header': 'My-Value' - } - } - } + })