akhaliq HF Staff commited on
Commit
113a3a7
·
verified ·
1 Parent(s): c0eb4ba

Upload next.config.js with huggingface_hub

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