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 0c7a90b commit 2422d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<title>Forecast</title>
</head>
<body>
Expand All @@ -23,7 +22,7 @@
</div>
<div class="summary">
<div
style="background-image: url('../src/assets/img/weather-main/thunderstorm.png');"
style="background-image: url('../public/weather-main/thunderstorm.png');"
class="pic-main"
></div>
<div class="weather">
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base: '/VueForecast/',
base: '',
plugins: [
vue(),
],
Expand Down

0 comments on commit 2422d55

Please sign in to comment.