Web app ready
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "standalone",
|
||||
// Images are served via our own /api/uploads route handler, so no external hostname needed.
|
||||
// next/image requires a remotePatterns entry only for external domains.
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user