79E / ChatGpt-Web

A commercially-viable ChatGpt web application built with React. 使用React搭建的一款可商业化的ChatGpt Web应用。
http://aizj.top
MIT License
1.36k stars 477 forks source link

fix: 修复 Vercel 的部署问题 (Fix #83) #84

Closed zhxycn closed 1 year ago

zhxycn commented 1 year ago

src/components/personaModal 目录与 src/pages/chat/index.tsx 文件 L26:

import PersonaModal from '@/components/PersonaModal'

目录大小写不一致 在大小写敏感的 Linux 系统会出现目录不存在的问题

Fix #83