tangled
alpha
login
or
join now
backups.bunware.org
/
atbackup
18
fork
atom
One-click backups for AT Protocol
18
fork
atom
overview
issues
2
pulls
pipelines
f2
Turtlepaw
8 months ago
89a8fadc
60524008
+4
-1
1 changed file
expand all
collapse all
unified
split
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
});