diff --git a/package-lock.json b/package-lock.json index cbb05ed..31bf100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-erudite", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-erudite", - "version": "1.1.8", + "version": "1.1.9", "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/markdown-remark": "^5.2.0", diff --git a/package.json b/package.json index 9d76cb5..93fe486 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-erudite", "type": "module", - "version": "1.1.8", + "version": "1.1.9", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/PostNavigation.astro b/src/components/PostNavigation.astro index 518f161..04f6263 100644 --- a/src/components/PostNavigation.astro +++ b/src/components/PostNavigation.astro @@ -24,9 +24,9 @@ const { prevPost, nextPost } = Astro.props />