- added custom spinner to use instead of imported ones

- added new empty blog post
- changed react-helmet to react-helmet-async for faster tab title change and reduced console warning
- better eslint config and corresponding warning fixes (changing let -> const, removed unused variables, etc.)
- removed redundant Router from footer
- removed ignored preload attribute value from font loading link tag in index.html
This commit is contained in:
Kim, Jimin 2021-05-15 19:50:00 +09:00
parent 94b5af4ab8
commit 8a2db03c0f
15 changed files with 205 additions and 78 deletions

View file

@ -10,7 +10,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Source+Code+Pro&display=swap"
rel="stylesheet preload"
rel="stylesheet"
/>
<title>pomp</title>