From db4196937317d16f908b63a7cb5fba5be57c37db Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 4 Mar 2024 13:38:24 -0500 Subject: footer: fix links for some gifs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 61f01f2..4d9c13f 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "license": "MIT", "scripts": { "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", + "build": "astro build", + "check": "astro check", "preview": "astro preview", "astro": "astro", "lint": "tsc && eslint .", -- cgit v1.2.3