One-click backups for AT Protocol

f2

Turtlepaw 89a8fadc 60524008

Changed files
+4 -1
docs
+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 - // ... Add regular Next.js options here 10 + output: "export", 11 + images: { 12 + unoptimized: true, // mandatory, otherwise won't export 13 + }, 11 14 });