Skip to content

Commit 9d4e114

Browse files
authored
Merge pull request #5 from markteekman/develop
Update README.md
2 parents 7418837 + 946e26c commit 9d4e114

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
@@ -36,7 +36,7 @@ npm install && npm start
3636

3737
## Login & Authentication
3838

39-
This starter contains a basic example of authentication and redirecting based on a users logged in status. However, this is done using SSG, which is not ideal, but serves the purpose of this demo. For better authentication and redirecting you should use Astro's (experimental) SSR.
39+
This starter contains a basic example of authentication and redirecting based on a users logged in status. However, this is done using SSG, which is not ideal, but serves the purpose of this demo. For better authentication and redirecting you should use [Astro's (experimental) SSR](https://docs.astro.build/en/guides/server-side-rendering/).
4040

4141
### Enabling SSR
4242

0 commit comments

Comments
 (0)