[SKIP_BUILD] Fix document build failure

This commit is contained in:
BruceChen 2022-11-28 14:10:55 +08:00
parent ef39e8329c
commit 2b9c58de56
28 changed files with 28 additions and 28 deletions

View file

@ -1,4 +1,4 @@
import process from 'node:process'
import process from 'node:process'
import { viteBundler } from '@vuepress/bundler-vite'
import { webpackBundler } from '@vuepress/bundler-webpack'
import { defineUserConfig } from '@vuepress/cli'

View file

@ -1,4 +1,4 @@
import os
import os
LangNameMap = {
"af": "Afrikaans",

View file

@ -1,4 +1,4 @@
import type { HeadConfig } from '@vuepress/core'
import type { HeadConfig } from '@vuepress/core'
export const headConfig: HeadConfig[] = [
[

View file

@ -1,4 +1,4 @@
import type { SiteLocaleData } from '@vuepress/shared'
import type { SiteLocaleData } from '@vuepress/shared'
import type { DefaultThemeLocaleData } from '@vuepress/theme-default'
import { headConfig } from '../head.js'

View file

@ -1,4 +1,4 @@
/* This file is automatically generated by "gen_configs.py" */
/* This file is automatically generated by "gen_configs.py" */
import type { SiteLocaleConfig } from '@vuepress/shared'
import type { LocaleConfig } from '@vuepress/shared'