rsnext/test/integration/with-electron/next.config.js
Cowboy Ho 28e12876b8
Fix router not working on some protocol (#16650)
Co-authored-by: Tim Neutkens <timneutkens@me.com>
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
2020-11-03 16:18:02 -05:00

6 lines
114 B
JavaScript

const path = require('path')
const outdir = path.join(__dirname, 'out')
module.exports = {
basePath: outdir,
}