Update opensaas-sh/blog/src/content/docs/guides/seo.md

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
This commit is contained in:
Nerox 2024-11-28 18:46:59 +01:00 committed by GitHub
parent 27cba840ca
commit c984a062d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ export default function App() {
}
```
Now, you can set page-specific meta tags in your React components.
Now, you can set page-specific meta tags in your React components.
```jsx {6-33)
//...