There was an error while loading. Please reload this page.
1 parent 371b3fc commit 3e19a6dCopy full SHA for 3e19a6d
1 file changed
_redirects
@@ -4,11 +4,11 @@
4
# Bookmarklet redirect
5
/bookmarklet/js /bookmarklet.js 301
6
7
-# SPA routing - serve HTML files for dynamic routes (order matters!)
8
-/articles/:id/body /article.html 200
9
-/articles/:id /label.html 200
10
-/:user/labels/* /label.html 200
11
-/:user/folders/* /label.html 200
12
-/:user/feeds* /label.html 200
13
-/feeds/* /label.html 200
14
-/:user /user.html 200
+# SPA routing - serve HTML files for dynamic routes
+/articles/:id/body /article 200
+/articles/:id /label 200
+/:user/labels/* /label 200
+/:user/folders/* /label 200
+/:user/feeds* /label 200
+/feeds/* /label 200
+/:user /user 200
0 commit comments