File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
i18n/en/docusaurus-plugin-content-docs/current/guides/tech Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ the FSD project structure inside the `src` folder.
3232
3333### Renaming the ` pages ` layer within the FSD structure
3434
35- Another way to solve the problem is to rename the ` app ` layer in the FSD structure to avoid conflicts with the NextJS ` pages ` folder.
36- You can rename the ` app ` layer in FSD to ` views ` .
35+ Another way to solve the problem is to rename the ` pages ` layer in the FSD structure to avoid conflicts with the NextJS ` pages ` folder.
36+ You can rename the ` pages ` layer in FSD to ` views ` .
3737In that way, the structure of the project in the ` src ` folder is preserved without contradiction with the requirements of NextJS.
3838
3939``` sh
@@ -114,4 +114,4 @@ the FSD project structure inside the `src` folder. You should still also add the
114114- [ (Thread) About the pages directory in NextJS] ( https://t.me/feature_sliced/3623 )
115115
116116[ project-knowledge ] : /docs/about/understanding/knowledge-types
117- [ ext-app-router-stackblitz] : https://stackblitz.com/edit/stackblitz-starters-aiez55?file=README.md
117+ [ ext-app-router-stackblitz ] : https://stackblitz.com/edit/stackblitz-starters-aiez55?file=README.md
You can’t perform that action at this time.
0 commit comments