Gannnaja commited on
Commit
04495e8
·
verified ·
1 Parent(s): ec59c70

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
+ reactStrictMode: true,
4
+ images: {
5
+ domains: ['flagcdn.com'],
6
+ },
7
+ }
8
+
9
+ module.exports = nextConfig