Skip to content

Commit

Permalink
One more attempt to make the redirect work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Jan 9, 2024
1 parent a69f171 commit c334ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.createPages = async ({ actions, graphql }) => {

createRedirect({
fromPath: '/privacy',
toPath: '/docs/privacy-policy',
toPath: 'https://tab.gladly.io/docs/privacy-policy',
isPermanent: true,
})

Expand Down

0 comments on commit c334ecb

Please sign in to comment.