Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbilaney committed Nov 26, 2024
1 parent adc4771 commit 8a7e26a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ const site = 'https://bibtex.eu/';
export default defineConfig({
site,
integrations: [starlight({
head: [{
tag: 'script',
attrs: {
async: true,
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9078114372269384',
'crossorigin': 'anonymous'
}
}],
// head: [{
// tag: 'script',
// attrs: {
// async: true,
// src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9078114372269384',
// 'crossorigin': 'anonymous'
// }
// }],
title: 'BibTeX',
logo: {
light: './src/assets/images/logo.svg',
Expand Down

0 comments on commit 8a7e26a

Please sign in to comment.