SherlockRamos commited on
Commit
4f7d0b1
·
verified ·
1 Parent(s): 31637c8

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +9 -0
next.config.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ output: 'standalone',
4
+ experimental: {
5
+ appDir: false,
6
+ },
7
+ }
8
+
9
+ module.exports = nextConfig