Skip to content

Commit d6a57ec

Browse files
authored
React no longer uses "Vite + React" for title. Instead it uses the directory name
React no longer uses "Vite + React" for title. Instead it uses the directory name. since your directory is named "introdemo", that is what it is now in index.html
1 parent d9996df commit d6a57ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ By default, the file <i>index.html</i> doesn't contain any HTML markup that is v
8787
<meta charset="UTF-8" />
8888
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
8989
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
90-
<title>Vite + React</title>
90+
<title>introdemo</title>
9191
</head>
9292
<body>
9393
<div id="root"></div>

0 commit comments

Comments
 (0)