diff --git a/package-lock.json b/package-lock.json index 370e11d..4090fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "publish", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "publish", - "version": "0.0.1", + "version": "0.1.0", "dependencies": { "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "^4.0.15", diff --git a/package.json b/package.json index 4bd9faf..8b627e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publish", "type": "module", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "dev": "astro dev", "build": "astro build && pagefind --site dist", diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 5b08c9f..26ec041 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -2,7 +2,6 @@ import { Image } from 'astro:assets'; import { getCollection } from 'astro:content'; import BaseHead from '../../components/BaseHead.astro'; -import Footer from '../../components/Footer.astro'; import FormattedDate from '../../components/FormattedDate.astro'; import Header from '../../components/Header.astro'; import { SITE_DESCRIPTION, SITE_TITLE } from '../../consts'; @@ -109,6 +108,5 @@ const posts = (await getCollection('blog')).sort( -