Skip to content

Commit

Permalink
Changed location of pictures back to before and changed folder being …
Browse files Browse the repository at this point in the history
…served
  • Loading branch information
Taks07 committed May 7, 2024
1 parent 50cfdec commit e0d1b12
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ COPY --from=build /app/dist /usr/share/nginx/html
COPY --link _redirects /usr/share/nginx/html/_redirects
COPY nginx.conf /etc/nginx/nginx.conf

# Serve the public folder
COPY --link public /usr/share/nginx/html/public
# Serve the assets folder
COPY --link src/assets /usr/share/nginx/html/assets

# Start the server by default, this can be overwritten at runtime
EXPOSE 80
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion web/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Header() {
<div className="header-content">

<div className="header-left">
<img src="./public/assets/header-logo.svg" alt="Volunteers Club Logo" />
<img src="/src/assets/header-logo.svg" alt="Volunteers Club Logo" />
</div>

<div className="header-right">
Expand Down

0 comments on commit e0d1b12

Please sign in to comment.