An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nextjs-export-path-map
[![npm](https://img.shields.io/npm/dt/nextjs-export-path-map.svg?style=for-the-badge)](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