The above configuration also supports HTML strings. So, for example, if you want to configure footer text to have some links, you can adjust the configuration as follows:
```ts
export default {
themeConfig: {
footer: {
message: 'Released under the <ahref="https://github.com/vuejs/vitepress/blob/main/LICENSE">MIT License</a>.',