diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b67464..47887b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# The TAPP Stack +# The Tap stack ## v1.0.0 diff --git a/package.json b/package.json index 9d20079..b3cf4d9 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "devDependencies": { "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^1.0.0", - "@prisma/client": "^4.2.1", "astro": "^1.0.6", "astro-seo-meta": "^0.0.2", - "prisma": "^4.2.1" + "prisma": "^4.2.1", + "@prisma/client": "^4.2.1" } } diff --git a/src/pages/index.astro b/src/pages/index.astro index a91a3a8..6b11235 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ const articles = await articlesLoader();