mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
feat(codex): Cursor compatibility + Next.js 16 proxy migration
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
images: {
|
||||
unoptimized: true
|
||||
},
|
||||
env: {
|
||||
NEXT_PUBLIC_CLOUD_URL: "https://9router.com",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user