mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
|
|
module.exports = {
|
|
images: {
|
|
domains: [],
|
|
}
|
|
}
|