Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-deriv committed Jan 16, 2024
1 parent 953800d commit 10cdc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ exports.onPreBuild = async () => {
await copyLibFiles(path.join(__dirname, 'static', '~partytown'))
}
// Based upon https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n
// Based upon https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n
// Based upon https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n

const BuildPage = (page, actions) => {
const { createRedirect, createPage } = actions
Expand Down

0 comments on commit 10cdc3a

Please sign in to comment.