refactor(starter): upgrade to new version of gatsby

This commit is contained in:
Alexander Shelepenok
2022-01-09 20:12:31 +00:00
parent 84bdc5899d
commit 67ebabbaac
397 changed files with 26665 additions and 34984 deletions

View File

@@ -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>