Skip to content

Commit

Permalink
fix: remove old papers route
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Feb 14, 2024
1 parent 10c8080 commit b7d9287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/[...arbitrary].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const extendableRoutes: Record<string, string> = {
about: 'https://pages.near.org/about',
blog: 'https://pages.near.org/blog',
papers: 'https://pages.near.org/papers',
};

// routes which are extendable but may have some paths
Expand Down

0 comments on commit b7d9287

Please sign in to comment.