Important
See Linux Do CDK here !
LinuxDo Virtual Content Distribution
Fork this repository and deploy it using Vercel.
# Modify deployment settings
Modify `Build Command` to `yarn build`
Modify `Install Command` to `yarn`
# Add environment variables
SITE_URL=<SITE URL>
BACKEND_URL=<API URL>
This deployment method requires a static resource server of your own, or you can host the static resources on COS, OSS, S3.
SITE_URL=<SITE URL> \
BACKEND_URL=<API URL> \
yarn && yarn build