标签: deployment svelte
我想在 htdocs/dir 下的 xampp 上部署一个快速应用程序,但我不能。 我已经设置了 svelte.config.js: module.exports { publicPath: "/ dir" },其中 htdocs 是根。 使用 vue 可以,但是使用 svelte 不行,错误在哪里?
module.exports { publicPath: "/ dir" }