feat: initial
This commit is contained in:
+8
-1
@@ -1,7 +1,14 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
// Export the whole app as static HTML/JS into `out/` (no Node server).
|
||||
output: "export",
|
||||
// Emit `/route/index.html` so any static host serves clean URLs.
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
// Required for `output: export` — no on-demand optimization server exists.
|
||||
unoptimized: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user