File tree Expand file tree Collapse file tree 6 files changed +5
-4
lines changed
Expand file tree Collapse file tree 6 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="icon " type ="image/svg+xml " href ="@/assets/logo.png " />
77 < title > Page not found</ title >
8- < link rel ="stylesheet " href ="@/preload.css " />
8+ < link rel ="stylesheet " href ="@/styles/ preload.css " />
99 < script type ="module " src ="404.render.tsx " async > </ script >
1010 </ head >
1111 < body >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="icon " type ="image/svg+xml " href ="@/assets/logo.png " />
77 < title > TypeScript Exercises</ title >
8- < link rel ="stylesheet " href ="@/preload.css " />
8+ < link rel ="stylesheet " href ="@/styles/ preload.css " />
99 < script type ="module " src ="exercise.render.tsx " async > </ script >
1010</ head >
1111< body >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="icon " type ="image/svg+xml " href ="@/assets/logo.png " />
77 < title > TypeScript Exercises</ title >
8- < link rel ="stylesheet " href ="@/preload.css " />
8+ < link rel ="stylesheet " href ="@/styles/ preload.css " />
99 < script type ="module " src ="exercises.render.tsx " async > </ script >
1010 </ head >
1111 < body >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="icon " type ="image/svg+xml " href ="@/assets/logo.png " />
77 < title > Logs!</ title >
8- < link rel ="stylesheet " href ="@/preload.css " />
8+ < link rel ="stylesheet " href ="@/styles/ preload.css " />
99 < script type ="module " src ="logs.render.tsx " async > </ script >
1010 </ head >
1111 < body >
File renamed without changes.
Original file line number Diff line number Diff line change 1515 "baseUrl" : " ." ,
1616 "paths" : {
1717 "@/*" : [" ./src/*" ],
18+ "@/styles/*" : [" ./styles/*" ],
1819 "@/assets/*" : [" ./assets/*" ]
1920 }
2021 },
You can’t perform that action at this time.
0 commit comments