diff options
| author | Fuwn <[email protected]> | 2026-02-18 05:35:53 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-18 05:35:53 -0800 |
| commit | f6b7e526352eaa2d7a83423097a4a0927b7b4824 (patch) | |
| tree | 7ef2a1025ae6b178b80dc5c99c8e5ef7a24d0b2a /src/modules.rs | |
| parent | refactor(modules): Remove skills route (diff) | |
| download | locus-f6b7e526352eaa2d7a83423097a4a0927b7b4824.tar.xz locus-f6b7e526352eaa2d7a83423097a4a0927b7b4824.zip | |
feat(blog): Add canonical and alias slug routing from Notion Slugs with title fallback
Diffstat (limited to 'src/modules.rs')
| -rw-r--r-- | src/modules.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules.rs b/src/modules.rs index 24ee231..c493364 100644 --- a/src/modules.rs +++ b/src/modules.rs @@ -1,5 +1,5 @@ amenadiel::modules!( - uptime, directory, search, remarks, blog, random, r#static, router, - contact, api, stocks, // cryptocurrency, + uptime, directory, search, remarks, blog, random, r#static, router, contact, + api, stocks, // cryptocurrency, web, finger, index ); |