diff --git a/vite.config.ts b/vite.config.ts index eac8490..3887084 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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.