Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bamanczak committed Aug 19, 2024
1 parent edab74e commit c2a7524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/content/blog/backup-rule.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ icon: "pixelarticons:archive"
I recently embarked on a quest to "de-Google" my life. Ditching Chrome was easy (well, it's still Chromium-based, but with less spyware), and I've mostly kicked the Google search habit (except when I'm desperately lost in the digital wilderness). But breaking up with Google Photos? That's slightly harder, but it gives me time to *do it right*: privately and securely. One good approach for doing such backups is the 3-2-1 rule:

import { Image } from "astro:assets";
import image from "../../images/retro-desk.jpg";
import image from "../../images/retro-desk.png";

<div class="md:float-right flex flex-col justify-center items-center ml-1 mb-1">
<Image src={image} alt="Picture of a computer on a desk, window behind it, clouds outside" width={300} class="border-4 border-black" />
Expand Down

0 comments on commit c2a7524

Please sign in to comment.