Skip to content

Commit fec4853

Browse files
authored
Correct assets path (#276)
* Correct assets path * fix: avoid double ci run
1 parent d381d35 commit fec4853

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches: [master]
4+
pull_request:
25

36
jobs:
47
lint:

vite.example.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { resolve } from 'path';
44

55
export default defineConfig({
66
root: resolve(__dirname, 'example'),
7+
base: './',
78
plugins: [react()],
89
build: {
910
outDir: resolve(__dirname, 'example-dist'),

0 commit comments

Comments
 (0)