Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Aug 24, 2022
1 parent d77cd6e commit c9b32a7
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions gatsby-node.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// /* */
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-plugin-typescript`,
options: {
isTSX: true, // defaults to false
jsxPragma: `jsx`, // defaults to "React"
allExtensions: true, // defaults to false
},
},
],
}
// module.exports = {
// plugins: [
// {
// resolve: `gatsby-plugin-typescript`,
// options: {
// isTSX: true, // defaults to false
// jsxPragma: `jsx`, // defaults to "React"
// allExtensions: true, // defaults to false
// },
// },
// ],
// }

1 comment on commit c9b32a7

@vercel
Copy link

@vercel vercel bot commented on c9b32a7 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 10 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.