File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import path from 'path'
55// https://vite.dev/config/
66export 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 : [ '..' ] ,
You can’t perform that action at this time.
0 commit comments