Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbilaney committed Mar 17, 2024
1 parent 7e019d5 commit 107860d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import sitemap from "@astrojs/sitemap";
import partytown from "@astrojs/partytown";
const site = 'https://bibtex.eu/';


Expand All @@ -15,13 +14,6 @@ export default defineConfig({
dark: './src/assets/images/logo_dark.svg',
replacesTitle: true
},
head: [{
tag: 'script',
attrs: {
src: 'https://www.googletagmanager.com/gtag/js?id=G-7DVBN2XB65',
type: "text/partytown"
}
}],
social: {
github: 'https://github.com/citedrive/bibtex.eu',
twitter: 'https://twitter.com/bibtex_eu '
Expand Down Expand Up @@ -360,5 +352,5 @@ export default defineConfig({
link: 'https://www.behaviorcloud.com/en/'
}]
}]
}), sitemap(), partytown()]
}), sitemap()]
});
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^2.0.4",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/starlight": "^0.21.1",
"astro": "^4.3.5",
Expand Down

0 comments on commit 107860d

Please sign in to comment.