1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/next.config.js

7 lines
104 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
images: {
domains: [],
}
}