Skip to content

Commit

Permalink
fix: added config for cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeBrian committed Feb 11, 2025
1 parent b9ef0f2 commit 483659c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import type { NextConfig } from "next";


const nextConfig: NextConfig = {
/* config options here */
images: {
unoptimized: true,
},
};

export default nextConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit 483659c

Please sign in to comment.