10 lines
259 B
JavaScript
10 lines
259 B
JavaScript
export default {
|
|
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'
|
|
}
|
|
}
|
|
}
|