diamond-in commited on
Commit
77be6a0
·
verified ·
1 Parent(s): 8d7b1f3

Create next.config.mjs

Browse files
Files changed (1) hide show
  1. next.config.mjs +6 -0
next.config.mjs ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ // Optional: Useful if HF puts it behind a specific subpath
4
+ // basePath: '/my-space',
5
+ };
6
+ export default nextConfig;