Skip to content

Commit f8d1470

Browse files
committed
build: vite
1 parent b9c3884 commit f8d1470

File tree

16 files changed

+7055
-19887
lines changed

16 files changed

+7055
-19887
lines changed

craco.config.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

public/index.html renamed to index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en" class="dark">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6-
<link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<meta name="theme-color" content="#000000" />
99
<link rel="alternate" type="application/rss+xml" title="Fezcodex RSS Feed" href="/rss.xml" />
@@ -17,18 +17,18 @@
1717
<meta property="og:url" content="https://fezcode.com/" />
1818
<meta property="og:title" content="Fezcodex - Personal Blog and Projects" />
1919
<meta property="og:description" content="Discover logs, posts, projects, and stories from Fezcode." />
20-
<meta property="og:image" content="%PUBLIC_URL%/images/asset/ogtitle.png" />
20+
<meta property="og:image" content="/images/asset/ogtitle.png" />
2121

2222
<!-- Twitter -->
2323
<meta name="twitter:card" content="summary_large_image" />
2424
<meta name="twitter:url" content="https://fezcode.com/" /> <!-- Replace with your actual domain -->
2525
<meta name="twitter:title" content="Fezcodex - Personal Blog and Projects" /> <!-- Customize title -->
2626
<meta name="twitter:description" content="Discover logs, posts, projects, and stories from Fezcode." />
27-
<meta name="twitter:image" content="%PUBLIC_URL%/images/asset/ogtitle.png" />
27+
<meta name="twitter:image" content="/images/asset/ogtitle.png" />
2828

2929

30-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
31-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
30+
<link rel="apple-touch-icon" href="/logo192.png" />
31+
<link rel="manifest" href="/manifest.json" />
3232
<link rel="preconnect" href="https://fonts.googleapis.com">
3333
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3434
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
@@ -38,5 +38,6 @@
3838
<body class="bg-slate-950">
3939
<noscript>You need to enable JavaScript to run this app.</noscript>
4040
<div id="root"></div>
41+
<script type="module" src="/src/index.js"></script>
4142
</body>
42-
</html>
43+
</html>

0 commit comments

Comments
 (0)