File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { PageAside } from './PageAside'
28
28
import { PageHead } from './PageHead'
29
29
import styles from './styles.module.css'
30
30
31
+
31
32
// -----------------------------------------------------------------------------
32
33
// dynamic imports for optional components
33
34
// -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ import 'styles/notion.css'
19
19
// global style overrides for prism theme (optional)
20
20
import 'styles/prism-theme.css'
21
21
22
+ // used for code syntax highlighting (optional)
23
+ // import 'prismjs/themes/prism-coy.css'
24
+
25
+ // this might be better for dark mode
26
+ import '../styles/prism-night-owl.css'
27
+ // import '../styles/prism-shades-of-purple.css'
28
+ // import 'prismjs/themes/prism-tomorrow.css'
29
+
22
30
import { bootstrap } from '@/lib/bootstrap-client'
23
31
import {
24
32
fathomConfig ,
You can’t perform that action at this time.
0 commit comments