Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 8f4afee

Browse files
authored
docs: update section on getStaticPaths
1 parent 832a2b7 commit 8f4afee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Is there a feature that you want but is not yet supported? Please open a [new is
7373
Any of your assets in the static or public folders are uploaded to S3 and served from CloudFront automatically.
7474
- [x] [Opt-in to static generation (SSG)](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation) via `getStaticProps`.
7575
- [x] [Opt-in to server-side rendering (SSR)](https://nextjs.org/docs/basic-features/data-fetching#getserversideprops-server-side-rendering) via `getServerSideProps`.
76-
- [x] [Statically generate a set of routes from dynamic sources](https://nextjs.org/docs/basic-features/data-fetching#getstaticpaths-static-generation) via `getStaticPaths`.
76+
- [x] [Statically generate a set of routes from dynamic sources](https://nextjs.org/docs/basic-features/data-fetching#getstaticpaths-static-generation) via `getStaticPaths` (Note: known conflict with public files if you use this with a root dynamic route and `fallback: false` is not supported in 1.17. Please try the latest 1.18 alpha in case of any issues).
7777
- [x] [Base path](https://nextjs.org/docs/api-reference/next.config.js/basepath)
7878
- [x] [Preview mode](https://nextjs.org/docs/advanced-features/preview-mode)
7979
- [ ] [Optional catch all routes](https://nextjs.org/docs/routing/dynamic-routes#optional-catch-all-routes)

0 commit comments

Comments
 (0)