Skip to content

Commit ee77673

Browse files
authored
Fix build (#157)
1 parent 47cc31a commit ee77673

File tree

5 files changed

+2057
-1943
lines changed

5 files changed

+2057
-1943
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
before=2022-10-26 # https://github.com/refined-github/github-url-detection/pull/157

demo/vite.config.js renamed to demo/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import {defineConfig} from 'vite';
22
import {svelte} from '@sveltejs/vite-plugin-svelte';
33

44
export default defineConfig({
5-
root: 'demo',
5+
base: '',
66
plugins: [svelte()],
77
});

0 commit comments

Comments
 (0)