chore: run prettier --write .
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
import ContentstackLivePreview from "@contentstack/live-preview-utils";
|
||||
import { NextResponse } from "next/server";
|
||||
import type { NextRequest } from "next/server";
|
||||
import ContentstackLivePreview from "@contentstack/live-preview-utils"
|
||||
import { NextResponse } from "next/server"
|
||||
import type { NextRequest } from "next/server"
|
||||
|
||||
// This function can be marked `async` if using `await` inside
|
||||
export async function middleware(request: NextRequest) {
|
||||
@@ -69,4 +69,4 @@ export const config = {
|
||||
*/
|
||||
"/((?!api|_next/static|_next/image|Static|imageVault|contentassets|favicon.ico).*)",
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user