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