GithubHelp home page GithubHelp logo

Comments (6)

HankMo avatar HankMo commented on May 23, 2024

功能正常,注册登陆等都可以

from chatgpt-web.

vectorsss avatar vectorsss commented on May 23, 2024

功能正常,注册登陆等都可以

如果是docker部署,且用了nginx的话,你需要手动修改一下dist/index.html。
然后将dist/*全部复制到nginx的html路径下。

我的dist路径对应的就是/usr/share/nginx/html
location / {
root /usr/share/nginx/html;
try_files $uri /index.html;
}

from chatgpt-web.

Kerwin1202 avatar Kerwin1202 commented on May 23, 2024

这是你自己 build的吧,那需要build之前 把 对应的标题修改掉,可以全局搜索 ${SITE_TITLE},或者可以直接使用打包好的 docker-compose 会自动替换

from chatgpt-web.

huangwb8 avatar huangwb8 commented on May 23, 2024

@HankMo

如果你直接使用docker-compose拉取镜像的方式来布署的,有一个参数就叫SITE_TITLE。你直接在后面写个自己喜欢的名字就行。

from chatgpt-web.

HankMo avatar HankMo commented on May 23, 2024

是的,我是通过build的。已经好了,谢谢

from chatgpt-web.

dqzboy avatar dqzboy commented on May 23, 2024

是的,我是通过build的。已经好了,谢谢

大佬 你改的哪个文件 我grep搜索出来一堆 没找到

from chatgpt-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.