Skip to content

Commit

Permalink
fix deploy 2nd v
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcm14 committed Sep 8, 2024
1 parent b9714ac commit c4dcb8b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 294 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_BASE_URL=/
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_BASE_URL=https://sgcm14.github.io/0523C02-router-nesting-app/
7 changes: 0 additions & 7 deletions 404.html

This file was deleted.

7 changes: 0 additions & 7 deletions docs/404.html

This file was deleted.

6 changes: 3 additions & 3 deletions docs/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="./0523C02-router-nesting-app/vite.svg" />
<link rel="icon" type="image/svg+xml" href="https://sgcm14.github.io/0523C02-router-nesting-app/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<script type="module" crossorigin src="./0523C02-router-nesting-app/assets/index-egdyAx_c.js"></script>
<link rel="stylesheet" crossorigin href="./0523C02-router-nesting-app/assets/index-DM5NbPrY.css">
<script type="module" crossorigin src="https://sgcm14.github.io/0523C02-router-nesting-app/assets/index-egdyAx_c.js"></script>
<link rel="stylesheet" crossorigin href="https://sgcm14.github.io/0523C02-router-nesting-app/assets/index-DM5NbPrY.css">
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit c4dcb8b

Please sign in to comment.