Skip to content

Commit

Permalink
fix: update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed Nov 21, 2024
1 parent 4c3ac5a commit 446ba49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions react-from-the-ground/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="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/slides/react-from-the-ground/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="module" crossorigin src="/assets/index-D12_I9U1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-dv8c_Ups.css">
<script type="module" crossorigin src="/slides/react-from-the-ground/assets/index-DYTXTFya.js"></script>
<link rel="stylesheet" crossorigin href="/slides/react-from-the-ground/assets/index-dv8c_Ups.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 446ba49

Please sign in to comment.