diff --git a/astro.config.mjs b/astro.config.mjs index 8bd76a0..9ab4431 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,19 +1,17 @@ import { defineConfig } from 'astro/config'; import mdx from '@astrojs/mdx'; import sitemap from '@astrojs/sitemap'; -import tailwind from "@astrojs/tailwind"; +import tailwind from '@astrojs/tailwind'; import { autoNewTabExternalLinks } from './src/autoNewTabExternalLinks'; -import partytown from "@astrojs/partytown"; - // https://astro.build/config export default defineConfig({ site: 'https://dominixz.com/', - integrations: [mdx(), sitemap(), tailwind(), partytown()], + integrations: [mdx(), sitemap(), tailwind()], markdown: { extendDefaultPlugins: true, - rehypePlugins: [[autoNewTabExternalLinks, { - domain: 'localhost:4321' - }]] + rehypePlugins: [ + [autoNewTabExternalLinks, { domain: 'localhost:4321' }] + ] } -}); \ No newline at end of file +}); diff --git a/package-lock.json b/package-lock.json index 49c649c..ae05251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "@astrojs/check": "^0.9.2", "@astrojs/markdown-remark": "^5.2.0", "@astrojs/mdx": "^3.1.3", - "@astrojs/partytown": "^2.1.1", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", @@ -170,15 +169,6 @@ "astro": "^4.8.0" } }, - "node_modules/@astrojs/partytown": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.2.tgz", - "integrity": "sha512-1a9T5lqxtnrw0qLPo1KwliUvaaUzPNPtWucD8VxdwT7zqcpODFk1RzGgAgqVo+YhutFrTu/qclbtnOfXBuskjw==", - "dependencies": { - "@builder.io/partytown": "^0.10.2", - "mrmime": "^2.0.0" - } - }, "node_modules/@astrojs/prism": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.1.0.tgz", @@ -515,17 +505,6 @@ "node": ">=6.9.0" } }, - "node_modules/@builder.io/partytown": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.10.2.tgz", - "integrity": "sha512-A9U+4PREWcS+CCYzKGIPovtGB/PBgnH/8oQyCE6Nr9drDJk6cMPpLQIEajpGPmG9tYF7N3FkRvhXm/AS9+0iKg==", - "bin": { - "partytown": "bin/partytown.cjs" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@emmetio/abbreviation": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz", diff --git a/package.json b/package.json index f8f6cb0..77ee93f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "@astrojs/check": "^0.9.2", "@astrojs/markdown-remark": "^5.2.0", "@astrojs/mdx": "^3.1.3", - "@astrojs/partytown": "^2.1.1", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", @@ -29,4 +28,4 @@ "prettier-plugin-astro": "^0.14.1", "vite": "^5.4.8" } -} \ No newline at end of file +} diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 4e4bfd2..6a13607 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -10,32 +10,31 @@ const { title, description, image } = Astro.props; - - - - -
-
- -
-