feat(blog): port from CRA to vite + react
This commit is contained in:
parent
8243d38270
commit
e48b65b14c
109 changed files with 1493 additions and 10360 deletions
1
apps/blog/public/favicon.svg
Normal file
1
apps/blog/public/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 4.9 KiB |
BIN
apps/blog/public/img/nojs.avif
Normal file
BIN
apps/blog/public/img/nojs.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -1,27 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/icon/icon_circle.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="developomp's Blog" />
|
||||
<title>pomp</title>
|
||||
|
||||
<!-- OpenGraph -->
|
||||
<meta property="og:title" content="pomp" />
|
||||
<meta property="og:site_name" content="developomp's Blog" />
|
||||
<meta property="og:description" content="developomp's Blog" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://blog.developomp.com" />
|
||||
<meta property="og:image" content="%PUBLIC_URL%/icon/icon_circle.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
English: Oops! It seems like JavaScript is not enabled!
|
||||
<br />
|
||||
Korean: 이런! 자바스크립트를 사용할 수 없습니다!
|
||||
</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue