diff options
| author | seth <[email protected]> | 2024-03-04 13:38:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-04 13:38:24 -0500 |
| commit | db4196937317d16f908b63a7cb5fba5be57c37db (patch) | |
| tree | 5a3472296e9e710b27c62f8ca3c0e29bfdec3deb /package.json | |
| parent | 63272088d3bed7da78e4a072805c80cc483ebd3d (diff) | |
footer: fix links for some gifs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 .", |
