1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 23:54:30 +00:00
steffoweb/next.config.js

8 lines
104 B
JavaScript
Raw Normal View History

2023-01-16 16:08:30 +00:00
/** @type {import('next').NextConfig} */
2023-07-07 00:36:07 +00:00
module.exports = {
2022-10-16 23:58:17 +00:00
images: {
domains: [],
2023-01-16 16:08:30 +00:00
}
}