20 lines
462 B
JavaScript
20 lines
462 B
JavaScript
export default {
|
|
head: [
|
|
[
|
|
'script',
|
|
{
|
|
defer: true,
|
|
src: 'https://stats.nl-3.hackmi.ch/script.js',
|
|
'data-website-id': 'a9b013a6-886f-4b07-9c20-a95a2e43875c'
|
|
}
|
|
]
|
|
],
|
|
title: 'hackmi.ch',
|
|
description: 'hackmi.ch',
|
|
themeConfig: {
|
|
footer: {
|
|
message: '<a href="https://git.hackmi.ch/Phil/about">Imprint / Impressum / Privacy Policy</a>',
|
|
copyright: 'Copyright © 2025 hackmi.ch'
|
|
}
|
|
}
|
|
}
|