Unverified Commit fe14d120 authored by NGPixel's avatar NGPixel

ci: add preserverSymlinks to vite conf

parent 61e8e481
......@@ -90,6 +90,8 @@ module.exports = configure(function (ctx) {
distDir: '../assets',
extendViteConf (viteConf) {
viteConf.resolve.preserveSymlinks = true
if (ctx.prod) {
viteConf.build.assetsDir = '_assets'
viteConf.build.rollupOptions = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment