869413421 / chatgpt-web

基于ChatGPT3.5 API实现的私有化web程序
Apache License 2.0
3.19k stars 742 forks source link

解决了相对路径时报错/空白页的问题 #116

Closed orzroa closed 1 year ago

orzroa commented 1 year ago

昨天发现在需要使用子路径的情况下,即使nginx里面加了sub_filter,port.ts中的三个请求始终会对应到根路径,因此需要将url中的第一个/去除。其次在打包之后,从index.js出发,也会访问根路径/assets/...,因此需要调整vite.config.ts,告知其也使用相对路径来打包。

869413421 commented 1 year ago

感谢,我测试通过后再合并。