diff --git a/package-lock.json b/package-lock.json index 1c4f5be..76d5999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "astro", + "name": "troylusty.com", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "astro", + "name": "troylusty.com", "version": "0.0.1", "dependencies": { "@astrojs/check": "0.9.4", diff --git a/package.json b/package.json index ea6f99e..d3838a0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { - "name": "astro", + "name": "troylusty.com", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", diff --git a/src/components/Article.astro b/src/components/Article.astro index bb771f2..c061a4c 100644 --- a/src/components/Article.astro +++ b/src/components/Article.astro @@ -37,66 +37,46 @@ const listFormatter = new Intl.ListFormat("en-GB", { >
+
-
-
{readingTime(article.body)}
-
+
{readingTime(article.body)}
+- In collaboration with{" "} +
{listFormatter.format(article.data.extraAuthors)}