/nextjs-export

Utility to support Static HTML export for Nextjs Projects using i18n as well for others

Primary LanguageTypeScript

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