Skip to content

Commit

Permalink
Merge pull request #792 from thefrontside/v2-fix-docbase
Browse files Browse the repository at this point in the history
Fix broken link in v2 website that caused build to fail
  • Loading branch information
cowboyd authored Oct 11, 2023
2 parents 3de9ab0 + 0462048 commit 101b064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
},
{
label: "Effection v3",
to: "/effection/",
to: "https://frontside.com/effection",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
},
{
label: "Effection v3",
to: "/effection/",
to: "https://frontside.com/effection",
},
],
},
Expand Down

2 comments on commit 101b064

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 101b064 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 101b064 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

Please sign in to comment.