Skip to content

Commit 1e8301b

Browse files
authored
Merge pull request #1984 from appwrite/update-ssr-blogpost
Fix image in ssr blogpost
2 parents 8ea30c0 + 7a69458 commit 1e8301b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/(init)/init/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
type: 'Blog'
4949
},
5050
{
51-
title: 'How to host web apps with Appwrite Sites',
52-
url: '/blog/post/',
51+
title: 'How to host SSR web apps with Appwrite Sites',
52+
url: '/blog/post/host-ssr-web-apps-sites',
5353
type: 'Blog'
5454
},
5555
{

src/routes/blog/post/host-ssr-web-apps-sites/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Log in to your Appwrite Console. In the left sidebar, you'll see a section label
3333

3434
Click the **Create Site** button to get started.
3535

36-
![Setup Sites on the Console](/images/blogs/ssr-how-to-create-sites.png)
36+
![Setup Sites on the Console](/images/blog/ssr-how-to-create-sites.png)
3737

3838
At this point, you have two options:
3939

0 commit comments

Comments
 (0)