From cbd256a568b119be5f38adf0e0a793de1628ca42 Mon Sep 17 00:00:00 2001 From: misogihagi <47350059+misogihagi@users.noreply.github.com> Date: Tue, 20 May 2025 00:14:28 +0900 Subject: [PATCH] add serving instruction. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f1485f..edfeeb6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ There is also an example middleware with language detection and persistence via *This example has been created out of [this discussion](https://github.com/i18next/next-i18next/discussions/1993).* +You can build with `git clone -b example https://github.com/i18next/next-app-dir-i18next-example.git && npm i && npm run build`, and then serve it with `python -m http.server`, etc. to experience SSG! + ## There's also a [blog post](https://www.locize.com/blog/i18n-next-app-router) describing this with more detail information. [![](https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67f268673fcfae53e5d4697c_i18n-next-app-router.jpg)](https://www.locize.com/blog/i18n-next-app-router)