Skip to content

Commit

Permalink
feature/prevent-navigation - reduce example surface size
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl committed Feb 20, 2019
1 parent 3981efd commit f3930aa
Showing 1 changed file with 8 additions and 3 deletions.
@@ -1,10 +1,15 @@
import React from "react"
import { Link } from "gatsby"

const Home = () => (
<div>
<p>By default, Gatsby will change http://localhost:9000/index.html to http://localhost:9000.</p>
<p>setting `disableAllRedirectsBecasueImUsingGatsbyAsAStaticPageGenerator: true` will prevent this or any similar behavior from happening.</p>
<p>
By default, Gatsby will change http://localhost:9000/index.html to
http://localhost:9000.
</p>
<p>
setting `disableAllRedirectsBecasueImUsingGatsbyAsAStaticPageGenerator:
true` will prevent this or any similar behavior from happening.
</p>
</div>
)

Expand Down

0 comments on commit f3930aa

Please sign in to comment.