Skip to content

Commit d044da6

Browse files
committed
build: enable static export
1 parent 7e13789 commit d044da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
// output: "export",
4+
output: "export",
55
images: {
66
loader: "default",
77
domains: ["user-images.githubusercontent.com", "lazy-dinosaur.github.io"],

0 commit comments

Comments
 (0)