Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fix 404 Not Found (#7884)
Browse files Browse the repository at this point in the history
* Fix 404 Not Found

* Fix incorrect link
  • Loading branch information
jihchi committed May 24, 2022
1 parent c3e5142 commit e4e956b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/content/en/blog/rendering-on-the-web/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Rendering on the Web
subhead: Where should we implement logic and rendering in our applications? Should we use Server Side Rendering? What about Rehydration? Let's find some answers!
subhead: Where should we implement logic and rendering in our applications? Should we use Server Side Rendering? What about Rehydration? Let's find some answers!
authors:
- developit
- addyosmani
date: 2019-08-27
updated: 2019-02-06
description: |
Where should we implement logic and rendering in our applications? Should we use Server Side Rendering? What about Rehydration? Let's find some answers!
Where should we implement logic and rendering in our applications? Should we use Server Side Rendering? What about Rehydration? Let's find some answers!
tags:
- blog # blog is a required tag for the article to show up in the blog.
---
Expand Down Expand Up @@ -319,7 +319,7 @@ JavaScript](/discoverable/how-search-works), but there are often
[limitations](https://developers.google.com/search/docs/guides/rendering) worth being aware of in how they
render. Client-side rendering can work but often not without additional testing
and leg-work. More recently [dynamic
rendering](/search/docs/guides/dynamic-rendering) has also become an option
rendering](https://developers.google.com/search/docs/advanced/javascript/dynamic-rendering) has also become an option
worth considering if your architecture is heavily driven by client-side
JavaScript.

Expand Down

0 comments on commit e4e956b

Please sign in to comment.