Skip to content

Commit afec5b5

Browse files
committed
move Links css import to top
1 parent f6becc6 commit afec5b5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/working-notes/todo2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ https://github.com/tjklint/tjklint.github.io
209209
// next.js, good gradients and framer motion
210210
https://github.com/kristianka/kristiankahkonen.com
211211

212+
// excellent styling, vite, svelte core member
213+
https://bjornlu.com/
214+
https://github.com/bluwy/website
215+
212216
-----------
213217
za local state mora react ili solid
214218
for state between pages nanostore with localStorage

src/pages/links.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
// must be at top
3+
import '@/assets/styles/github-markdown.css';
4+
25
import { Markdown } from 'astro-remote';
36
47
import List from '@/layouts/List.astro';
58
import { BOOKMARKS } from '@/constants/data';
6-
import { getPageMetadata } from '@/utils/metadata';
7-
8-
import '@/assets/styles/github-markdown.css';
9-
109
import { SELECTORS } from '@/constants/dom';
10+
import { getPageMetadata } from '@/utils/metadata';
1111
1212
const { README_RAW_URL, REPO } = BOOKMARKS;
1313

0 commit comments

Comments
 (0)