Skip to content

Commit 60306c1

Browse files
authored
Update base URL for Vite configuration
adding /consent-package/ back to the baseurl field in vite.config.ts
1 parent 1dca4af commit 60306c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/demo/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from 'vite';
44
import react from '@vitejs/plugin-react';
55
import { githubPagesSpa } from '@sctg/vite-plugin-github-pages-spa';
66

7-
const baseUrl = '/';
7+
const baseUrl = '/Consent-Package/';
88

99
export default defineConfig({
1010
base: baseUrl,

0 commit comments

Comments
 (0)