1.0.8 • Published 3 years ago

nextjs-export v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Nextjs Export for i18n

Nextjs does not supports static export for i18n. So this is a simple tool for doing static HTML Export for such projects.

npm install --save-dev nextjs-export
or
yarn install --prod nextjs-export
or
pnpm install -D nextjs-export

Now you can call this this throug command npx nextjs-export (in the root directory of nextjs). You should add this in package.json in the scripts

"scripts": {
    "export": "npx nextjs-export"
}

To ignore a file or a folder in the public folder from being copied to out make .export_ignores in public folder. So these files will not be copied to out folder.

icon.ico
test.png
1.0.8

3 years ago

1.0.6

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago