Skip to content

Commit 45261ed

Browse files
committed
Remove static baseUrl
1 parent bb7f2fd commit 45261ed

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)