We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be42e0 commit 4b721eaCopy full SHA for 4b721ea
docs/.vitepress/config/shared.ts
@@ -1,8 +1,8 @@
1
import { fileURLToPath, URL } from 'node:url'
2
import { defineConfig } from 'vitepress'
3
import { configParams } from './params'
4
-import path from 'node:path'
5
-import pc from 'picocolors'
+// import path from 'node:path'
+// import pc from 'picocolors'
6
import tailwindcss from '@tailwindcss/vite'
7
import bitrix24UIPluginVite from '@bitrix24/b24ui-nuxt/vite'
8
@@ -82,7 +82,8 @@ export const shared = defineConfig({
82
}
83
})
84
]
85
- },
+ }
86
+ /*
87
transformHtml: (html, id) => {
88
const exceptionsByFile: Record<string, string[]> = {}
89
@@ -109,4 +110,5 @@ export const shared = defineConfig({
109
110
111
return html
112
113
+ */
114
0 commit comments