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',