Skip to content

Commit

Permalink
Update imports for Replit
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonB07 committed Apr 2, 2023
1 parent 6efb9eb commit 2937f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .replit
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ pattern = "**/{*.less,*.scss,*.css}"
[deployment]
build = ["sh", "-c", "vite build"]
run = ["sh", "-c", "vite preview"]
ignorePorts = false
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" href="logo.png" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>DillonB07</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="/style.css" />
<link
href="https://api.fontshare.com/v2/css?f[]=author@400&display=swap"
rel="stylesheet"
Expand Down Expand Up @@ -423,6 +423,6 @@ <h2>Contact Me</h2>
</ul>
</section>
</div>
<script src="script.js" type="module"></script>
<script src="/script.js" type="module"></script>
</body>
</html>

1 comment on commit 2937f50

@vercel
Copy link

@vercel vercel bot commented on 2937f50 Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.