This commit is contained in:
Gabriel Peron 2024-11-24 16:27:59 +01:00
parent be35bfeb8d
commit 48070474ef
4 changed files with 170 additions and 2 deletions

2
.gitignore vendored
View file

@ -8,8 +8,6 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files

155
dist/assets/index-DABKrgAO.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/index-rZaVAq8V.css vendored Normal file

File diff suppressed because one or more lines are too long

14
dist/index.html vendored Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kaby_Kun PortFolio</title>
<script type="module" crossorigin src="/assets/index-DABKrgAO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-rZaVAq8V.css">
</head>
<body>
<div id="root"></div>
</body>
</html>