docs(vite): add base hint comment

This commit is contained in:
Jeremy Kahn 2024-04-06 17:37:50 -05:00
parent 3ce8dec639
commit df6d10868e

View File

@ -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.