Skip to content

Commit

Permalink
fix: added dist
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-mendez committed Jul 19, 2024
1 parent d1f19c4 commit 4d66484
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
40 changes: 40 additions & 0 deletions dist/assets/index-eBw_4pxw.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-fNCE5DMw.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@tailwind base;@tailwind components;@tailwind utilities;
14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -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>Web Portfolio</title>
<script type="module" crossorigin src="/assets/index-eBw_4pxw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-fNCE5DMw.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d66484

Please sign in to comment.