diff --git a/package.json b/package.json index ba811e7..fdd2058 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && astro build", + "check": "astro check", + "build": "astro build --silent", "preview": "astro preview", "astro": "astro" }, diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 73557d9..04ea803 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,8 @@ --- - +const year = new Date().getFullYear(); ---