Files
kiosco_desk/renderer/next.config.js
T

11 lines
173 B
JavaScript
Raw Normal View History

2024-02-07 13:13:07 -06:00
/** @type {import('next').NextConfig} */
module.exports = {
trailingSlash: true,
images: {
unoptimized: true,
},
webpack: (config) => {
return config
},
}