Skip to content

Commit

Permalink
Update nextjs config to static output for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcarroll committed May 11, 2024
1 parent ef7c3c3 commit 4cf41e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export", // <=== enables static exports
reactStrictMode: true,
images: {
unoptimized: true,
remotePatterns: [
{
protocol: "https",
Expand Down

0 comments on commit 4cf41e1

Please sign in to comment.