Skip to content

Commit

Permalink
remove url from description
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Oct 23, 2024
1 parent 093d463 commit 7fed9b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/working-notes/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ js function to print image dom and src size over image for debugging, moze npm p
restructure folders, folder name, mdx and images in same folder
content collections to content layer
fix plausible for all subdomains, done same data-domain="nemanjamitic.com", ok
gallery astro image
gallery astro image, blur, infinite scroll
prettyPrintObject in_ dev works after page load, ok
pi, local, arm, x86 yarn scripts and github actions, plausible url, blog.pi to pi
add projects
------------
```
2 changes: 1 addition & 1 deletion src/pages/404.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: '../layouts/Page.astro'
title: 'Page not found'
description: 'That page doesn’t exist.'
description: 'That page doesn’t exist'

# id for og image
pageId: 'page404'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: '../layouts/Page.astro'
title: 'Home'
description: 'Welcome to nemanjamitic.com'
description: 'Welcome to my blog'
---

import { Image } from 'astro:assets';
Expand Down

0 comments on commit 7fed9b4

Please sign in to comment.