update docs

This commit is contained in:
wobsoriano
2022-11-24 12:57:29 -08:00
parent e3d35c6b04
commit d2666650de

View File

@@ -16,9 +16,8 @@ export default defineNuxtPlugin(() => {
// headers need to be a function so it gets called dynamically
// every HTTP request
headers() {
return {
...headers
}
// You can add more custom headers here
return headers
}
}),
],