add meta.
This commit is contained in:
@@ -6,6 +6,7 @@ export const useConfigStore = defineStore("config", () => {
|
||||
async function getConfig() {
|
||||
const res = await getWebsiteConfig()
|
||||
config.value = res.data
|
||||
document.title = res.data.website_name
|
||||
}
|
||||
return {
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user