feat: gatsby strapirekin konektatzen du
This commit is contained in:
16
front/src/pages/404.tsx
Normal file
16
front/src/pages/404.tsx
Normal 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
|
||||
Reference in New Issue
Block a user