Skip to content

Commit

Permalink
Update next config for static output
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesLoder committed Jan 21, 2025
1 parent d614e59 commit 6b0f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
output: "export"
};

export default nextConfig;

0 comments on commit 6b0f700

Please sign in to comment.