summary refs log tree commit diff
path: root/next.config.js
blob: de1d2e36daa973c1e8df8ffb2da9f80a0ce4c062 (plain)
1
2
3
4
5
6
7
module.exports = {
  output: 'export',
  trailingSlash: true,
  images: {
    disableStaticImages: true
  },
}