Skip to content

Commit

Permalink
[FEAT] Add a new page for the 'Model Generation Application' (#509)
Browse files Browse the repository at this point in the history
- On the Landing section of the Home page, add a card to link to the new page.
- Integrate JotForm in the new page: `http://XXX/model-generation-application`
- Add a new page for the conditions of usage for this service: `http://XXX/model-generation-application-conditions`
  • Loading branch information
tbouffard authored May 31, 2022
1 parent 22a60dc commit 9395285
Show file tree
Hide file tree
Showing 19 changed files with 2,487 additions and 102 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,11 @@ module.exports = {
timeout: 3500, //the amount of time, in milliseconds, that you want to allow mailchimp to respond to your request before timing out. defaults to 3500
},
},
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-responsive-iframe`],
},
},
],
};
Loading

0 comments on commit 9395285

Please sign in to comment.