Skip to content

Commit 28835c5

Browse files
committed
move public folder files to root dir, per vite's recommendation
1 parent d8cddf9 commit 28835c5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/CNAME renamed to CNAME

File renamed without changes.
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
7-
<link rel="shortcut icon" href="/public/favicon.ico">
7+
<link rel="shortcut icon" href="/favicon.ico">
88

99
<!-- Shim for module using global (like stream-browserify) -->
1010
<script> if (global === undefined) { var global = window; } </script>

0 commit comments

Comments
 (0)