From 27d7a93cda01e1c999ebe68da16708223537f06b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 15 Jan 2019 19:53:10 +0100 Subject: [PATCH] update image ref --- deck.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deck.mdx b/deck.mdx index 219e914..5c0cf50 100644 --- a/deck.mdx +++ b/deck.mdx @@ -12,7 +12,7 @@ export default ({ children }) => ( style={{ width: '100vw', height: '100vw', - backgroundImage: 'url(images/stardust.jpg)', + backgroundImage: 'url(./images/stardust.jpg)', backgroundSize: 'cover', backgroundRepeat: 'no-repeat', backgroundPosition: 'bottom',