Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed May 11, 2024
1 parent 5392e09 commit 3c9258f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,28 @@ export default defineConfig({
['meta', { name: 'keywords', content: 'vue,vite,router,vuex,pinia,typescript,template,h5,mobile,移动端,模板' }],
['keywords', { content: 'vue,vite,router,vuex,pinia,typescript,template,h5,mobile,移动端,模板' }],
['description', { content: '自成一派的移动端 H5 框架,采用 Vue3 + Vite 技术栈。' }],
['script', {}, `
var _hmt = _hmt || [];
_hmt.push(['_requirePlugin', 'UrlChangeTracker', {
shouldTrackUrlChange: function(newPath, oldPath) {
return newPath && oldPath;
}
}]);
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?d93eb564371af3b9e7818f9ee32229e3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
`],
],
markdown: {
config: (md) => {
md.use(taskLists)
},
},
themeConfig: {
// logo: '/logo.png',
footer: {
copyright: 'Copyright © 2024-present Fantastic-mobile',
},
Expand Down

0 comments on commit 3c9258f

Please sign in to comment.