auto-save 2026-05-15 19:57 (~3)

This commit is contained in:
2026-05-15 19:58:08 +08:00
parent 2b2bb10522
commit c57e69c34b
3 changed files with 28 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
devIndicators: false,
images: { unoptimized: true },
trailingSlash: true,
eslint: { ignoreDuringBuilds: true },