https://github.com/deptno/nextjs-export-path-map
📜 next.js export all pages, except start with _, test
https://github.com/deptno/nextjs-export-path-map
export nextjs nextjs-export
Last synced: about 1 month ago
JSON representation
📜 next.js export all pages, except start with _, test
- Host: GitHub
- URL: https://github.com/deptno/nextjs-export-path-map
- Owner: deptno
- License: mit
- Created: 2017-09-04T03:17:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T15:47:06.000Z (almost 8 years ago)
- Last Synced: 2025-06-01T05:14:05.384Z (about 1 year ago)
- Topics: export, nextjs, nextjs-export
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-export-path-map
[](https://www.npmjs.com/package/nextjs-export-path-map)
export all pages except file start with `_`, `test`
> next.config.js
```javascript
const {exportPathMap} = require('next-export-path-map')
module.exports = {
exportPathMap
}
```
## related
- https://github.com/deptno/next.js-typescript-starter-kit