Skip to content

Commit

Permalink
build?
Browse files Browse the repository at this point in the history
  • Loading branch information
lauralog committed Sep 4, 2023
1 parent 55f1a36 commit 7790517
Show file tree
Hide file tree
Showing 42 changed files with 101 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
Expand Down
Binary file added dist/assets/Inter-Black-14b9bc78.eot
Binary file not shown.
Binary file added dist/assets/Inter-Black-1d1374a7.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Black-b9a1eb1f.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Black-fa9c24ee.woff
Binary file not shown.
Binary file added dist/assets/Inter-Bold-04079eb5.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Bold-51c34c5f.woff
Binary file not shown.
Binary file added dist/assets/Inter-Bold-a7f19a24.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Bold-bcef6c27.eot
Binary file not shown.
Binary file added dist/assets/Inter-ExtraBold-ad26181f.ttf
Binary file not shown.
Binary file added dist/assets/Inter-ExtraBold-ba6d2d4b.woff
Binary file not shown.
Binary file added dist/assets/Inter-ExtraBold-d7c30894.woff2
Binary file not shown.
Binary file added dist/assets/Inter-ExtraBold-efb469ca.eot
Binary file not shown.
Binary file added dist/assets/Inter-ExtraLight-17132a9c.woff
Binary file not shown.
Binary file added dist/assets/Inter-ExtraLight-5b556c55.eot
Binary file not shown.
Binary file added dist/assets/Inter-ExtraLight-ad65e3b1.woff2
Binary file not shown.
Binary file added dist/assets/Inter-ExtraLight-d22f5373.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Light-16eb6c3d.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Light-30ffa7fd.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Light-5210eb82.eot
Binary file not shown.
Binary file added dist/assets/Inter-Light-703f829f.woff
Binary file not shown.
Binary file added dist/assets/Inter-Medium-2c1c0b7a.eot
Binary file not shown.
Binary file added dist/assets/Inter-Medium-860f80f6.woff
Binary file not shown.
Binary file added dist/assets/Inter-Medium-a4ad8ac6.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Medium-d4beba3c.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Regular-6ab20422.woff
Binary file not shown.
Binary file added dist/assets/Inter-Regular-df548578.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Regular-ed64c5d8.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Regular-f74336e1.eot
Binary file not shown.
Binary file added dist/assets/Inter-SemiBold-1c9fb7eb.ttf
Binary file not shown.
Binary file added dist/assets/Inter-SemiBold-492190c4.woff
Binary file not shown.
Binary file added dist/assets/Inter-SemiBold-d6d09054.woff2
Binary file not shown.
Binary file added dist/assets/Inter-SemiBold-ea28c859.eot
Binary file not shown.
Binary file added dist/assets/Inter-Thin-4b4de24f.woff2
Binary file not shown.
Binary file added dist/assets/Inter-Thin-610f2d4e.woff
Binary file not shown.
Binary file added dist/assets/Inter-Thin-73def667.ttf
Binary file not shown.
Binary file added dist/assets/Inter-Thin-b463d5d9.eot
Binary file not shown.
1 change: 1 addition & 0 deletions dist/assets/index-90d4b22d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-ea377634.css

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions dist/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Medium clone</title>
<script type="module" crossorigin src="/assets/index-90d4b22d.js"></script>
<link rel="stylesheet" href="/assets/index-ea377634.css">
</head>
<body>
<div id="app"></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 7790517

Please sign in to comment.