Removing old SEO component from home.

This commit is contained in:
Bradley Shellnut 2023-11-08 12:38:12 -08:00
parent 6e85644bab
commit 552c194cd9

View file

@ -2,7 +2,7 @@
import type { PageData } from './$types'; import type { PageData } from './$types';
import Bandcamp from '$lib/components/bandcamp/index.svelte'; import Bandcamp from '$lib/components/bandcamp/index.svelte';
import Articles from '$lib/components/articles/index.svelte'; import Articles from '$lib/components/articles/index.svelte';
import SEO from '$lib/components/SEO.svelte'; // import SEO from '$lib/components/SEO.svelte';
import type { Album } from '$lib/types/album'; import type { Album } from '$lib/types/album';
import type { Article } from '$lib/types/article'; import type { Article } from '$lib/types/article';
import type { ArticlePageLoad } from './articles/[page]/+page.server'; import type { ArticlePageLoad } from './articles/[page]/+page.server';
@ -22,7 +22,7 @@
}; };
</script> </script>
<SEO title="Home" /> <!-- <SEO title="Home" /> -->
<div class="home"> <div class="home">
<div> <div>