web/_headers: remove redundant async

This commit is contained in:
wukko 2024-09-23 15:23:23 +06:00
parent e0132ab928
commit 1460ee0d53
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,4 +1,4 @@
export async function GET() { export function GET() {
const _headers = { const _headers = {
"/*": { "/*": {
"Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Opener-Policy": "same-origin",