mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
fix a few things? (webpack related)
This commit is contained in:
@@ -68,7 +68,7 @@ export default class Background extends React.PureComponent {
|
||||
Math.floor(Math.random() * offlineImages[photographer].photo.length)
|
||||
]; // Select a random image
|
||||
|
||||
const url = `../offline-images/${randomImage}.jpg`;
|
||||
const url = `./offline-images/${randomImage}.jpg`;
|
||||
|
||||
this.setBackground(url);
|
||||
this.setCredit(photographer);
|
||||
|
||||
Reference in New Issue
Block a user