feat: gatsby strapirekin konektatzen du

This commit is contained in:
Aitor Urrutia
2022-01-14 20:18:37 +01:00
parent 851afd0c66
commit ae6e523215
10 changed files with 208 additions and 254 deletions

16
front/src/pages/404.tsx Normal file
View File

@@ -0,0 +1,16 @@
import React from "react"
import { Link } from "gatsby"
const NotFoundPage: React.VFC = () => {
return (
<main>
<h1 >Ez dugu orria topatu</h1>
<br />
<Link to="/">Go home</Link>.
</main>
)
}
export default NotFoundPage