Customize Footer
Its a piece of Cake. Even a little cat can do it.
Quick Note
All i can say everything is done in:
/.vitepress/config.mjs
mjs
import { defineConfig } from "vitepress";
export default defineConfig({
themeConfig: {
// ==> in here <==
},
});1
2
3
4
5
6
7
2
3
4
5
6
7
Now go to the docs.
Reference
Head to the official docs. its a very small section TBH