rename image folder

This commit is contained in:
Thomas Ruoff
2019-01-15 00:45:18 +01:00
parent 9ec0f2511d
commit 92951f4a2c
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ export default ({ children }) => (
style={{ style={{
width: '100vw', width: '100vw',
height: '100vw', height: '100vw',
backgroundImage: 'url(./pics/stardust.jpg)', backgroundImage: 'url(images/stardust.jpg)',
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
backgroundPosition: 'bottom', backgroundPosition: 'bottom',

View File

Before

Width:  |  Height:  |  Size: 453 KiB

After

Width:  |  Height:  |  Size: 453 KiB