From 4d7d16a0867bf7a57d2dad105f01532d6233d9a7 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Sun, 21 Jul 2024 21:13:22 +0200 Subject: [PATCH] try PGP key --- package.json | 2 +- src/layouts/Layout.astro | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b2845f1..0914e38 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "start": "astro dev", "build": "astro build", - "deploy": "pnpm build && sh scripts/deploy_to_uberspace.sh", + "deploy": "bun run build && sh scripts/deploy_to_uberspace.sh", "preview": "astro preview", "astro": "astro", "format": "prettier . -w --config ./.prettierrc", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c9ed591..b02fd33 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -52,6 +52,9 @@ const hasFooter = !!footer; }