Skip to content

Commit

Permalink
Fix #11: Add redirect to notion destination
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Mar 23, 2024
1 parent a67c51e commit 19b54d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Monambike.Web/Redirects/Destinations.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@page "/destinations"
@using Monambike.Core.Data;
@inject NavigationManager NavManager

@code {
protected override void OnInitialized() => NavManager.NavigateTo("https://monambike.notion.site/1aabc77db21741cca4276e83634c74c3");
}

0 comments on commit 19b54d7

Please sign in to comment.