Skip to content

Commit 35b3eee

Browse files
authored
Merge pull request #9 from microsoft/baseurl-switch
Remove static `baseUrl`
2 parents fe70ef2 + 45261ed commit 35b3eee

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
@@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
22
import react from '@vitejs/plugin-react';
33
import { githubPagesSpa } from '@sctg/vite-plugin-github-pages-spa';
44

5-
const baseUrl = '/Open-Source-Consent-Package';
5+
const baseUrl = '/';
66

77
export default defineConfig({
88
base: baseUrl,

0 commit comments

Comments
 (0)