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

try #6655

Closed
Closed

try #6655

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading