diff options
| author | 0t4u <61939142+0t4u@users.noreply.github.com> | 2022-12-05 20:33:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 20:33:28 +0000 |
| commit | c6aa70a64731b608fade3acab48c1d1d2df280b6 (patch) | |
| tree | a92d130d6b927e520ab40692bc504db7606f2092 /next.config.js | |
Add files via upload
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..6bbd486 --- /dev/null +++ b/next.config.js @@ -0,0 +1,6 @@ +module.exports = { + images: { + domains: [], + deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840], + }, +}; |
