Updated learning the code (markdown)
+1
-1
@@ -35,7 +35,7 @@ Account and administration pages are separated into their own directories, while
|
||||
|
||||
`homepage.jsx` is shown when the user is logged out - every default page redirects here if the user is logged out.
|
||||
|
||||
`dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in tern redirects here.
|
||||
`dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in turn redirects here.
|
||||
|
||||
`not-found.jsx` is used when the specified page can't be found.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user