Skip to content

Commit 58bec77

Browse files
committed
feat: clean up index.html by removing unused meta tags and comments
1 parent a502499 commit 58bec77

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

public/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
<html>
33

44
<head>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<!-- <title>Single Page Apps for GitHub Pages</title> -->
8-
<!-- <meta name="description" content="Lightweight solution for deploying single page apps with GitHub Pages."> -->
9-
10-
<!-- favicon -->
11-
<!-- <link rel="icon" type=”image/svg+xml” href="/favicon/green-grid-144-168-192.svg">
12-
<link rel="alternate icon" type="image/png" href="/favicon/green-grid-144-168-192-512x512.png">
13-
<link rel="apple-touch-icon" href="/favicon/green-grid-144-168-192-180x180.png">
14-
<link rel="manifest" href="/favicon/site.webmanifest">
15-
<meta name="theme-color" content="#000000"> -->
165

176
<!-- Start Single Page Apps for GitHub Pages -->
187
<script type="text/javascript">
@@ -43,7 +32,6 @@
4332

4433
<body>
4534
<div id="root"></div>
46-
<!-- single page app in bundle.js -->
4735
<script src="/build/bundle.js"></script>
4836
</body>
4937

rsbuild.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
},
1919
html: {
2020
template: 'public/index.html',
21+
title: 'Waheim',
2122
},
2223
server: {
2324
port: 3000,

0 commit comments

Comments
 (0)