ci: make sure to run build command top-level

This commit is contained in:
iCrawl
2023-01-12 11:15:23 +01:00
parent 4cedc21dbb
commit 38e115b908
3 changed files with 3 additions and 3 deletions

View File

@@ -40,5 +40,5 @@ export default async function handler() {
}
export const config = {
runtime: 'experimental-edge',
runtime: 'edge',
};

View File

@@ -166,5 +166,5 @@ export default async function handler(req: NextRequest) {
}
export const config = {
runtime: 'experimental-edge',
runtime: 'edge',
};