Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Dec 10, 2024
1 parent fda6f4b commit 59e062a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dcl-attend-frontend/next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
output: "export",
distDir: "out",
// Required for GitHub Pages deployment - turned off when deploying to cv.dean.lol
// basePath: process.env.NODE_ENV === "production" ? "/deanlol-cv" : "/",
images: {
unoptimized: true,
},
};

export default nextConfig;

0 comments on commit 59e062a

Please sign in to comment.