Skip to content

Commit

Permalink
Removed folder on url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVOiceover committed Jun 3, 2024
1 parent cfda9f7 commit 7f38ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/P1DAAF-Frontend/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/P1DAAF-Frontend/assets/index-bBoo0skp.js"></script>
<link rel="stylesheet" crossorigin href="/P1DAAF-Frontend/assets/index-BQ_eOHue.css">
<script type="module" crossorigin src="/assets/index-bBoo0skp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BQ_eOHue.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7f38ec2

Please sign in to comment.