Skip to content

Commit e0c7562

Browse files
authored
Merge pull request #16 from microsoft/swhitzell-patch-2
Update base URL for Vite configuration
2 parents 1dca4af + 60306c1 commit e0c7562

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)