Added gatsby netlify plugin, changed file structure and config
This commit is contained in:
@@ -3,17 +3,11 @@ import Link from 'gatsby-link'
|
||||
|
||||
const Header = ({ siteTitle }) => (
|
||||
<header>
|
||||
<h1 style={{ margin: 0 }}>
|
||||
<Link
|
||||
to="/"
|
||||
style={{
|
||||
color: 'white',
|
||||
textDecoration: 'none',
|
||||
}}
|
||||
>
|
||||
<nav>
|
||||
<Link to="/">
|
||||
{siteTitle}
|
||||
</Link>
|
||||
</h1>
|
||||
</nav>
|
||||
</header>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user