Skip to content

Commit

Permalink
site: Fix /strings route
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jul 11, 2024
1 parent 0e1f4ff commit 12fd1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getContentPath(path: `/${string}`): undefined | string {
case "install": return subpath;
case "concepts/core-webassembly": return subpath;
case "concepts/elixir-compiler": return subpath;
case "concepts/string-constants": return subpath;
case "concepts/strings": return subpath;
case "concepts/composable-modules": return subpath;
case "concepts/custom-types": return subpath;
case "concepts/platform-agnostic": return subpath;
Expand Down

0 comments on commit 12fd1a5

Please sign in to comment.