Fix URL of svelte-logo-mask.svg

`https://svelte.dev/svelte-logo-mask.svg` is available, but
`https://svelte.dev/tutorial/svelte-logo-mask.svg` results in a 500
error.
pull/7047/head
Martin Stuecklschwaiger 5 years ago
parent 04890c73d2
commit d22cb357e1

@ -49,7 +49,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #666; background-color: #666;
-webkit-mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; -webkit-mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
} }
</style> </style>

@ -46,7 +46,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #666; background-color: #666;
-webkit-mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; -webkit-mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
} }
</style> </style>

@ -47,7 +47,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #666; background-color: #666;
-webkit-mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; -webkit-mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
mask: url(svelte-logo-mask.svg) 50% 50% no-repeat; mask: url(/svelte-logo-mask.svg) 50% 50% no-repeat;
} }
</style> </style>

Loading…
Cancel
Save