Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/vite.config.js b/vite.config.js
index b0e4392a9dc..9bbfc37903f 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -68,6 +68,10 @@ export default defineConfig({
find: '~/',
replacement: javascriptsPath,
},
+ {
+ find: '~katex',
+ replacement: 'katex',
+ },
],
},
plugins: [