1 Star 2 Fork 2

自然框架项目 / vue3-cnd_用CDN的方式构建项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
% 提交于 2022-04-20 16:04 . 几种用法
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpErrors errorMode="Custom">
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/index.html" responseMode="ExecuteURL" />
</httpErrors>
</system.webServer>
</configuration>
1
https://gitee.com/naturefw-project/vue3-cnd.git
git@gitee.com:naturefw-project/vue3-cnd.git
naturefw-project
vue3-cnd
vue3-cnd_用CDN的方式构建项目
master

搜索帮助