feat: security http headers

This commit is contained in:
Tony Yang
2025-04-16 16:35:42 +08:00
parent 037ccb5781
commit d1d879306a
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ export default defineConfig({
{
src: 'functions',
dest: '.',
},
{
src: '_headers',
dest: '.',
}
]
})