fix local and preview config

This commit is contained in:
Sara
2023-11-02 12:11:01 +01:00
committed by Mathieu Virbel
parent 5a92080e8c
commit 61d1e6b06b
2 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import { NextResponse, NextRequest } from "next/server";
import { get } from "@vercel/edge-config";
import { getFiefAuthMiddleware } from "./app/lib/fief";
import { getConfig } from "./app/lib/edgeConfig";