Skip to content

Commit

Permalink
add base url to vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeterson committed Oct 24, 2024
1 parent b8fd42d commit c511ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { defineConfig, normalizePath } from 'vite';
import { viteStaticCopy } from 'vite-plugin-static-copy';

export default defineConfig({
base: '/editing-demo-euds24/',
plugins: [
viteStaticCopy({
targets: [
Expand Down

0 comments on commit c511ad8

Please sign in to comment.