Skip to content

Commit

Permalink
move Links css import to top
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 23, 2024
1 parent f6becc6 commit afec5b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/working-notes/todo2.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ https://github.com/tjklint/tjklint.github.io
// next.js, good gradients and framer motion
https://github.com/kristianka/kristiankahkonen.com

// excellent styling, vite, svelte core member
https://bjornlu.com/
https://github.com/bluwy/website

-----------
za local state mora react ili solid
for state between pages nanostore with localStorage
Expand Down
8 changes: 4 additions & 4 deletions src/pages/links.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
// must be at top
import '@/assets/styles/github-markdown.css';
import { Markdown } from 'astro-remote';
import List from '@/layouts/List.astro';
import { BOOKMARKS } from '@/constants/data';
import { getPageMetadata } from '@/utils/metadata';
import '@/assets/styles/github-markdown.css';
import { SELECTORS } from '@/constants/dom';
import { getPageMetadata } from '@/utils/metadata';
const { README_RAW_URL, REPO } = BOOKMARKS;
Expand Down

0 comments on commit afec5b5

Please sign in to comment.