mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-12 20:18:26 +02:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
@@ -12,9 +12,9 @@ exports[`Menu renders correctly 1`] = `
|
||||
>
|
||||
<a
|
||||
className="menu__list-item-link"
|
||||
href="/#0/"
|
||||
href="/"
|
||||
>
|
||||
Item 0
|
||||
Articles
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
@@ -22,9 +22,19 @@ exports[`Menu renders correctly 1`] = `
|
||||
>
|
||||
<a
|
||||
className="menu__list-item-link"
|
||||
href="/#1/"
|
||||
href="/pages/about"
|
||||
>
|
||||
Item 1
|
||||
About Me
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
className="menu__list-item"
|
||||
>
|
||||
<a
|
||||
className="menu__list-item-link"
|
||||
href="/pages/contacts"
|
||||
>
|
||||
Contact Me
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
Reference in New Issue
Block a user