Skip to content

Commit d422492

Browse files
switch to relative path
1 parent f20d5cf commit d422492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AnnotatedCode/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { codeToHtml } from 'shiki';
3-
import "/Users/paulkniaz/p5.js-website/styles/global.scss";
3+
import "../../../styles/global.scss";
44
55
66
import { JSDOM } from 'jsdom';

0 commit comments

Comments
 (0)