Skip to content

Commit

Permalink
Remove redundant HTML comment
Browse files Browse the repository at this point in the history
Reason: %PUBLIC_URL% is not used with vite
  • Loading branch information
thienandangthanh committed Nov 7, 2023
1 parent 739dd8e commit 43a5e4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions ui/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/static/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>WiFi Connect</title>
<script type="module" crossorigin src="/assets/index-99afc518.js"></script>
</head>
Expand Down
9 changes: 0 additions & 9 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/static/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>WiFi Connect</title>
</head>
<body>
Expand Down

0 comments on commit 43a5e4f

Please sign in to comment.