Skip to content

Commit

Permalink
Fix FCP background-color & local dev server port (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H authored Apr 16, 2024
2 parents 8effe00 + 3f73602 commit 955fb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-color: #004da0;
background-color: #004da0 !important;
background-image: url(https://d24fv22ldrqles.cloudfront.net/gameoflife-backend/8cWUDIM1ERltom4.webp);
background-attachment: fixed;
background-size: cover;
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ export default defineConfig(({ mode }) => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
plugins: [svgr(), react(), htmlPlugin()],
root: "src",
server: { host: "127.0.0.1", port: 3000 },
};
});

0 comments on commit 955fb9b

Please sign in to comment.