mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
fix
This commit is contained in:
parent
0f3d5161fc
commit
20eb7e738a
1 changed files with 1 additions and 5 deletions
|
|
@ -1,12 +1,8 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
domains: ["avatars.githubusercontent.com"],
|
||||
},
|
||||
experimental: {
|
||||
appDir: true,
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
module.exports = nextConfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue