Skip to content

Commit 7fed9b4

Browse files
committed
remove url from description
1 parent 093d463 commit 7fed9b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/working-notes/todo3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,9 @@ js function to print image dom and src size over image for debugging, moze npm p
549549
restructure folders, folder name, mdx and images in same folder
550550
content collections to content layer
551551
fix plausible for all subdomains, done same data-domain="nemanjamitic.com", ok
552-
gallery astro image
552+
gallery astro image, blur, infinite scroll
553553
prettyPrintObject in_ dev works after page load, ok
554+
pi, local, arm, x86 yarn scripts and github actions, plausible url, blog.pi to pi
555+
add projects
554556
------------
555557
```

src/pages/404.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: '../layouts/Page.astro'
33
title: 'Page not found'
4-
description: 'That page doesn’t exist.'
4+
description: 'That page doesn’t exist'
55

66
# id for og image
77
pageId: 'page404'

src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: '../layouts/Page.astro'
33
title: 'Home'
4-
description: 'Welcome to nemanjamitic.com'
4+
description: 'Welcome to my blog'
55
---
66

77
import { Image } from 'astro:assets';

0 commit comments

Comments
 (0)