web/_headers: remove redundant async
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user