Skip to content

Commit 95cb9af

Browse files
committed
More consistently follow name 'IMDb Ratings'
1 parent 79d7085 commit 95cb9af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IMDb Ratings
22

3-
Website that shows heatmaps of ratings of tv show episodes.
3+
Website that visualizes IMDb ratings of TV show episodes as interactive heatmaps.
44

55
![website](./assets/screenshot.png)
66

app/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
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>app</title>
7+
<title>IMDb Ratings</title>
88
</head>
99
<body>
1010
<div id="root"></div>

app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react()],
8-
base: process.env.NODE_ENV === 'production' ? '/imdb-heatmap/' : '/',
8+
base: process.env.NODE_ENV === 'production' ? '/imdb-ratings/' : '/',
99
server: {
1010
fs: {
1111
allow: ['..'],

0 commit comments

Comments
 (0)