indexing seo changes
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { SEO } from "../components/SEO";
|
||||
|
||||
const PageCytaty = () => {
|
||||
const SEOdesc = `Strona w trakcie budowy - zbiorowisko cytatów użytkowników gractwa!`;
|
||||
return (
|
||||
<>
|
||||
<SEO title="cytaty" />
|
||||
<SEO title="cytaty" description={SEOdesc} />
|
||||
<main>Miejsce na stronkę od cytatów.</main>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user