Skip to content

Commit

Permalink
Fix SocialMediaLink import in blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Siri committed Nov 17, 2024
1 parent 3919c4e commit 9c18b5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 194 deletions.
Binary file removed public/og/history-of-the-web.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publishdate: Jul 23, 2023
layout: ../../layouts/BlogLayout.astro
---

import SocialMediaLink from "../../components/SocialLinks.astro";
import SocialMediaLink from "../../components/SocialMediaLink.astro";

If you are a web developer there is a 1 in 1 chance that you use the browser devtools. They are useful for debugging the 2MB of JS or 10MB of WASM you feed to it, but did you know they could create security vulnerabilities? pff yeah I am sure you do...

Expand Down Expand Up @@ -73,8 +73,6 @@ So uh, yeah, all of this could have been fixed if they just added one more if-st

### validate.

##### you idiot

All you need is a schema validation library. Personally I like to use Zod, but you can also use any other like Yup.

Here is some validation code I used for my project:
Expand Down
191 changes: 0 additions & 191 deletions src/pages/blog/history-of-the-web.mdx

This file was deleted.

0 comments on commit 9c18b5c

Please sign in to comment.