mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: update documentation
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import {defineConfig} from 'astro/config';
|
import {defineConfig} from 'astro/config'
|
||||||
import starlight from '@astrojs/starlight';
|
import starlight from '@astrojs/starlight'
|
||||||
|
|
||||||
|
const BASE_URL = 'https://domainwatchdog.eu'
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://domainwatchdog.eu',
|
site: BASE_URL,
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'Domain Watchdog',
|
title: 'Domain Watchdog',
|
||||||
@@ -53,6 +55,10 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
head: [
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'meta',
|
||||||
|
attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
tag: 'script',
|
tag: 'script',
|
||||||
attrs: {type: 'text/javascript'},
|
attrs: {type: 'text/javascript'},
|
||||||
@@ -76,4 +82,4 @@ _paq.push(['enableHeartBeatTimer']);
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
});
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user