Discard changes to playground/nuxt.config.ts

This commit is contained in:
Alexander Lichter 2024-02-18 17:19:24 +01:00 committed by GitHub
parent dd91a038ef
commit 561f34927e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,3 @@
export default defineNuxtConfig({ export default defineNuxtConfig({
routeRules: {
'/': {
headers: {
'My-Header': 'My-Value'
}
}
}
}) })