mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
reactStrictMode: true,
|
|
eslint: {
|
|
dirs: ['./src/**/*']
|
|
},
|
|
images: {
|
|
domains: ['ucarecdn.com']
|
|
}
|
|
}
|