Skip to content

Commit d7aef08

Browse files
authored
fix: update style.css path (#2781) (#2787)
1 parent 7460dd5 commit d7aef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
rel: 'stylesheet',
5151
href: 'https://unpkg.com/@alifd/[email protected]/dist/next-noreset.min.css',
5252
},
53-
{ rel: 'stylesheet', href: './style.css' },
53+
{ rel: 'stylesheet', href: '/style.css' },
5454
],
5555
navs: {
5656
'zh-CN': [

0 commit comments

Comments
 (0)