diff --git a/package.json b/package.json index fd7f66f..14d0193 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessiblity features and tools to help you build faster.", - "version": "2.0.4", + "version": "2.0.5", "author": "Mark Teekman", "homepage": "https://accessible-astro.netlify.app/", "scripts": { @@ -11,7 +11,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.15.2", + "@astrojs/mdx": "^0.19.7", "@astrojs/partytown": "^1.0.3", "@astrojs/tailwind": "^3.0.0", "@typescript-eslint/eslint-plugin": "^5.50.0", diff --git a/src/components/SiteMeta.astro b/src/components/SiteMeta.astro index 1284ad9..e88029f 100644 --- a/src/components/SiteMeta.astro +++ b/src/components/SiteMeta.astro @@ -5,7 +5,7 @@ let subtitle = 'Accessible Astro Starter' --- - +