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:36 +01:00 committed by GitHub
parent 56ec50663c
commit 27cba840ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ Next, you need to wrap your main App component (`app/src/client/App.tsx`) with `
```jsx
//Add the react-helmet-async import
import {HelmetProvider } from 'react-helmet-async';
import { HelmetProvider } from 'react-helmet-async';
//Wrap the main App component
export default function App() {