We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955d066 commit 065f041Copy full SHA for 065f041
.htaccess
@@ -0,0 +1,3 @@
1
+RewriteEngine on
2
+RewriteBase /
3
+RewriteRule ^.well-known/(host-meta|webfinger).* https://fed.brid.gy/$0 [redirect=302,last]
_config.yml
@@ -15,7 +15,7 @@ markdown: kramdown
15
ga_id:
16
adsense_id:
17
18
-include: ['_pages']
+include: ['_pages', '\.htaccess']
19
20
defaults:
21
- scope:
0 commit comments