File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ">
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments