mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
Fix SEO URL (#481)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
'We are a volunteer global network of Svelte fans that strive to promote Svelte and its ecosystem. As a service to the community, this site is a central index of events, a components directory, as well as recipes and other useful resources. Join us or help us out!';
|
||||
export let image =
|
||||
'https://raw.githubusercontent.com/svelte-society/sveltesociety.dev/main/static/images/metatag.png';
|
||||
export let url = `https://${$page.host}${$page.url.pathname}`;
|
||||
export let url = `https://${$page.url.host}${$page.url.pathname}`;
|
||||
export let twitterHandle = '@sveltesociety';
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user