mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
refactor: eslint and prettier conflict will be resolved and formatted
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import type { NextConfig } from "next";
|
||||
import type { RemotePattern } from "next/dist/shared/lib/image-config";
|
||||
import type { NextConfig } from 'next';
|
||||
import type { RemotePattern } from 'next/dist/shared/lib/image-config';
|
||||
|
||||
function resolveBunnyCdnHostname(): string | null {
|
||||
const raw = process.env.BUNNY_CDN_URL || process.env.NEXT_PUBLIC_BUNNY_CDN_URL;
|
||||
|
||||
Reference in New Issue
Block a user