mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
10 lines
131 B
TypeScript
10 lines
131 B
TypeScript
export default defineNuxtConfig({
|
|
routeRules: {
|
|
'/': {
|
|
headers: {
|
|
'My-Header': 'My-Value'
|
|
}
|
|
}
|
|
}
|
|
})
|