Skip to content

Commit

Permalink
fix: make sure favicon shows in browser for frontend (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Mar 30, 2024
1 parent dbc1c1a commit 9d0e012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM node:20.12.0-bullseye-slim AS build
# Install packages, build and keep only prod packages
WORKDIR /app
COPY *.json *.ts index.html ./
COPY public ./public
COPY ./src ./src
RUN npm ci --ignore-scripts --no-update-notifier --omit=dev && \
npm run build
Expand Down
3 changes: 1 addition & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#003366" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="preload" href="https://fonts.googleapis.com/css?family=Material+Icons" as="style" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons" />
<link rel="icon" href="/favicon.ico" />
<title>QuickStart OpenShift</title>
</head>
<body>
Expand Down

0 comments on commit 9d0e012

Please sign in to comment.