nextjs-export-path-map
v0.1.2
Published
export all pages, except start with _, test
Downloads
257
Readme
next-export-path-map
export all pages except file start with _
, test
next.config.js
const {exportPathMap} = require('next-export-path-map')
module.exports = {
exportPathMap
}
forked from https://github.com/deptno/ts-module-boilerplate
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/master.zip | bsdtar -xf- && mv ts-module-boilerplate-master your_project