00Boobs00 commited on
Commit
5abb84a
·
verified ·
1 Parent(s): 49ccad3

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +4 -1
next.config.js CHANGED
@@ -1,8 +1,11 @@
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
  reactStrictMode: true,
4
- // Ensure static assets are handled correctly
5
  output: 'standalone',
 
 
 
6
  }
7
 
8
  module.exports = nextConfig
 
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
  reactStrictMode: true,
4
+ swcMinify: true,
5
  output: 'standalone',
6
+ experimental: {
7
+ appDir: false,
8
+ },
9
  }
10
 
11
  module.exports = nextConfig