Skip to content

Commit

Permalink
Add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
adamelliotfields committed Feb 14, 2024
1 parent dbd9fa2 commit 61e0a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import react from '@vitejs/plugin-react-swc'
import { defineConfig } from 'vite'

export default defineConfig({
base: '/chat/',
build: {
chunkSizeWarningLimit: 5120,
target: 'esnext'
Expand Down

0 comments on commit 61e0a36

Please sign in to comment.