We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd91f7 commit 8a10324Copy full SHA for 8a10324
src/webpage/.vitepress/config/shared.ts
@@ -37,12 +37,7 @@ export const shared = defineConfig({
37
provider: 'local',
38
},
39
footer: {
40
- message: `<div>
41
- <p>
42
- <a href="/about">About Us</a> •
43
- <a href="/disclaimer">Disclaimer</a>
44
- </p>
45
- </div>`,
+ message: `<a href="/about">About Us</a> • <a href="/disclaimer">Disclaimer</a>`,
46
copyright: `Copyright © 2024-present <a href='https://dynapi.github.io/'>DynAPI</a>`,
47
}
48
0 commit comments