mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[examples] Fix typo in Gatsby example (#4063)
Co-authored-by: Steven <steven@ceriously.com>
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
|||||||
resolve: `gatsby-plugin-manifest`,
|
resolve: `gatsby-plugin-manifest`,
|
||||||
options: {
|
options: {
|
||||||
name: 'Gatsby + Node.js (TypeScript) API',
|
name: 'Gatsby + Node.js (TypeScript) API',
|
||||||
short_name: 'Gatbsy + Node.js (TypeScript)',
|
short_name: 'Gatsby + Node.js (TypeScript)',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
icon: 'src/images/gatsby-icon.png',
|
icon: 'src/images/gatsby-icon.png',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user