push doc
This commit is contained in:
29
docs/.vuepress/.temp/internal/siteData.js
Normal file
29
docs/.vuepress/.temp/internal/siteData.js
Normal file
@@ -0,0 +1,29 @@
|
||||
export const siteData = {
|
||||
"base": "/webpack5-docs/",
|
||||
"lang": "zh-CN",
|
||||
"title": "尚硅谷 Web 前端之 Webpack5 教程",
|
||||
"description": "Webpack5从小白到大神",
|
||||
"head": [
|
||||
[
|
||||
"link",
|
||||
{
|
||||
"rel": "icon",
|
||||
"href": "/imgs/favicon.ico"
|
||||
}
|
||||
]
|
||||
],
|
||||
"locales": {}
|
||||
}
|
||||
|
||||
if (import.meta.webpackHot) {
|
||||
import.meta.webpackHot.accept()
|
||||
if (__VUE_HMR_RUNTIME__.updateSiteData) {
|
||||
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ siteData }) => {
|
||||
__VUE_HMR_RUNTIME__.updateSiteData(siteData)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user