12 |
13 | Hi people
14 | Welcome to your new Gatsby site.
15 | Now go build something great.
16 |
17 |
18 |
19 | Go to page 2
20 |
21 |
22 | );
23 | };
24 |
25 | export default IndexPage;
26 |
--------------------------------------------------------------------------------
/src/pages/page-2.js:
--------------------------------------------------------------------------------
1 | import React from "react"
2 | import { Link } from "gatsby"
3 |
4 | import Layout from "../components/layout"
5 | import SEO from "../components/seo"
6 |
7 | const SecondPage = () => (
8 |