anse-app / chatgpt-demo

Minimal web UI for ChatGPT.
https://chatgpt.ddiu.me
MIT License
8.01k stars 3.81k forks source link

Subdirectory deployment, unable to request JS and CSS #423

Open xiyuvi opened 1 year ago

xiyuvi commented 1 year ago

How is Anse deployed?

Others (Specify in description)

Describe the bug

I have deployed the node project in a subdirectory with the domain name xxx.com/ai, but the resources inside are still requesting the root path, so the request cannot be made. May I know how to modify it so that GPT can support sub paths

Console Logs

lQLPJw4C5SkVpv7NAw3NBk2wx5eTZUeSxLUEoWan3YCjAA_1613_781

Participation

ddiu8081 commented 1 year ago

You can set base to /ai in astro.config.mjs. See https://docs.astro.build/en/reference/configuration-reference/#base