Skip to content

Commit

Permalink
fix: fixing index html for career
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Nov 13, 2023
1 parent 57bcbd6 commit 4a73ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/root/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<% } else { %>
<link rel="preload" href="<%= env.VITE_MF_SYLLABUS_BASE_PATH || "http://localhost:8080" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="<%= env.VITE_MF_CAMPUS_BASE_PATH || "http://localhost:8081" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="<%= env.VITE_MF_CAREER_BASE_PATH || "http://localhost:8082" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="<%= env.VITE_MF_FORUM_BASE_PATH || "http://localhost:8084" %>/assets/style.css" as="style" onload="this.rel='stylesheet'">

<link rel="preload" as="font" href="/fonts/segoe-ui.ttf" type="font/ttf" crossorigin="anonymous" />
Expand Down

0 comments on commit 4a73ac0

Please sign in to comment.