Skip to content

Commit 8a10324

Browse files
committed
updated footer.message
1 parent dcd91f7 commit 8a10324

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/webpage/.vitepress/config/shared.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ export const shared = defineConfig({
3737
provider: 'local',
3838
},
3939
footer: {
40-
message: `<div>
41-
<p>
42-
<a href="/about">About Us</a> •
43-
<a href="/disclaimer">Disclaimer</a>
44-
</p>
45-
</div>`,
40+
message: `<a href="/about">About Us</a> • <a href="/disclaimer">Disclaimer</a>`,
4641
copyright: `Copyright © 2024-present <a href='https://dynapi.github.io/'>DynAPI</a>`,
4742
}
4843
},

0 commit comments

Comments
 (0)