Compare commits
1 Commits
2026050207
...
2026050208
| Author | SHA1 | Date | |
|---|---|---|---|
| 90a99fd061 |
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "export",
|
||||
devIndicators: false,
|
||||
allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"],
|
||||
basePath: process.env.BASE_PATH || "",
|
||||
|
||||
Reference in New Issue
Block a user