docs(vite): add base hint comment
This commit is contained in:
parent
3ce8dec639
commit
df6d10868e
@ -32,6 +32,10 @@ const srcPathAliases = srcPaths.reduce((acc, dir) => {
|
||||
|
||||
const config = () => {
|
||||
return defineConfig({
|
||||
// NOTE: Uncomment this if you are hosting Chitchatter on GitHub Pages
|
||||
// without a custom domain. If you renamed the repo to something other than
|
||||
// "chitchatter", then use that instead of "chitchatter" here.
|
||||
// base: '/chitchatter/',
|
||||
build: {
|
||||
// NOTE: This isn't really working. At the very least, it's still useful
|
||||
// for exposing source code to users.
|
||||
|
Loading…
Reference in New Issue
Block a user