Skip to content

Commit

Permalink
chore: comment out GitHub Pages base URL
Browse files Browse the repository at this point in the history
The base URL is only needed when serving under user/org pages, not when serving on its own subdomain.
  • Loading branch information
ErikBjare committed Jan 30, 2025
1 parent e1b0b91 commit 2f3a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from 'url';

// https://vitejs.dev/config/
export default defineConfig({
base: '/gptme-webui/', // Add base URL for GitHub Pages
//base: '/gptme-webui/', // Add base URL for GitHub Pages (when served under user/org, not as its own subdomain)
plugins: [react()],
resolve: {
alias: {
Expand Down

0 comments on commit 2f3a95e

Please sign in to comment.