我無法使用 gin 服務器為網站提供服務。這是go代碼片段:router := gin.Default()
router.StaticFile("/", "./build/index.html")index.html 也有<link rel="modulepreload" href="/_app/immutable/pages/index.svelte-6d5b7005.js"/>一些 CSS 鏈接?,F在,服務器可以正常提供 index.html 文件,但未加載 js 模塊。我如何以所有嵌套文件/模塊也得到服務的方式提供 index.html ?
- 1 回答
- 0 關注
- 103 瀏覽
添加回答
舉報
0/150
提交
取消