tangled
alpha
login
or
join now
atbackup.pages.dev
/
atbackup
One-click backups for AT Protocol
17
fork
atom
overview
issues
1
pulls
pipelines
f2
Turtlepaw
6 months ago
89a8fadc
60524008
options
unified
split
Changed files
+4
-1
docs
next.config.mjs
+4
-1
docs/next.config.mjs
···
7
7
8
8
// Export the final Next.js config with Nextra included
9
9
export default withNextra({
10
10
-
// ... Add regular Next.js options here
10
10
+
output: "export",
11
11
+
images: {
12
12
+
unoptimized: true, // mandatory, otherwise won't export
13
13
+
},
11
14
});