Parcourir la source

Added assets folder in frontend

theflametrooper il y a 8 ans
Parent
commit
1fa34712f6
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0 0
      frontend/assets/notes.png
  2. 1 1
      frontend/components/pages/Station.vue

+ 0 - 0
frontend/build/notes.png → frontend/assets/notes.png


+ 1 - 1
frontend/components/pages/Station.vue

@@ -31,7 +31,7 @@
 							<div class="seeker-bar light-blue" style="width: 60.9869%;"></div>
 						</div>
 					</div>
-					<img alt="Not loading" class="img-responsive col-md-4 col-xs-12 col-sm-12" onerror="this.src='/notes.png'" id="song-image" style="margin-top: 10px !important" v-bind:src="image" />
+					<img alt="Not loading" class="img-responsive col-md-4 col-xs-12 col-sm-12" onerror="this.src='../assets/notes.png'" id="song-image" style="margin-top: 10px !important" v-bind:src="image" />
 				</div>
 			</div>
 		</div>