Skip to content

Commit 87f6aa2

Browse files
Update the path in script
1 parent d2e042c commit 87f6aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function App({ Component, pageProps }: AppProps) {
2121
<Header />
2222
<Component {...pageProps} />
2323
<Footer/>
24-
<Script src='/theme.js'/>
24+
<Script src='/pico-css-with-nextjs/theme.js'/>
2525
</>
2626

2727

0 commit comments

Comments
 (0)