Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bevuxyna committed Sep 12, 2023
1 parent 2422d55 commit 0e17eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WeatherSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const today = new Date().toLocaleString("en-EN", {
<template>
<div class="summary">
<div
:style="`background-image: url('/weather-main/${weatherInfo.weather[0].description}.png');`"
:style="`background-image: url('./weather-main/${weatherInfo.weather[0].description}.png');`"
class="pic-main"
></div>
<div class="weather">
Expand Down

0 comments on commit 0e17eb4

Please sign in to comment.