Skip to content

Commit

Permalink
set base
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 11545fc commit c794909
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 @@ -8,6 +8,7 @@ import { defineConfig } from 'vite'

export default defineConfig(async () => ({
plugins: [react()],
base: '/RubyLive/',
define: { 'import.meta.env.APP_VERSION': `"${process.env.npm_package_version}"` },
clearScreen: false,
server: { port: 1420, strictPort: true },
Expand Down

0 comments on commit c794909

Please sign in to comment.