From 05b106182b1c4a5b6d00544cb68d92a5efb12c69 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 20 Jun 2025 13:47:51 -0500 Subject: [PATCH] Update +page.markdoc --- src/routes/blog/post/csr-ssg-ssr/+page.markdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/blog/post/csr-ssg-ssr/+page.markdoc b/src/routes/blog/post/csr-ssg-ssr/+page.markdoc index 21849cb4b..866f1b9fe 100644 --- a/src/routes/blog/post/csr-ssg-ssr/+page.markdoc +++ b/src/routes/blog/post/csr-ssg-ssr/+page.markdoc @@ -139,8 +139,8 @@ And the great thing is, if you're using platforms like Appwrite Sites and hybrid So if you’re just starting out, don’t stress about choosing the “perfect” rendering mode. Start with the defaults of your framework, and learn when to override them based on what your app needs. # More resources -- [Appwrite Sites docs](/docs/product/sites) -- [Appwrite Sites prodcuts page](/product/sites) +- [Appwrite Sites docs](/docs/products/sites) +- [Appwrite Sites prodcuts page](/products/sites) - [How to host SSR web apps on Appwrite Sites](blog/post/host-ssr-web-apps-sites) - [SSR vs CSR with Next.js](/blog/post/csr-vs-ssr-with-nextjs) - [Appwrite SSR Authentication](https://www.youtube.com/watch?v=7LN05c-ov_0)