Skip to content

Commit

Permalink
blog plugin file
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Sep 16, 2024
1 parent 1218224 commit 77cbdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/blog-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function blogPluginExtended(...pluginArgs) {
// Add route for the home page
path: process.env.GITHUB_ACTIONS
? `/push-website/pr-preview/${process.env.REACT_APP_PREVIEW_BASE}`
: '/push-website/pr-preview/',
: '/',
exact: true,

// The component to use for the "Home" page route
Expand Down

0 comments on commit 77cbdbe

Please sign in to comment.