diff --git a/docs/.htaccess b/docs/.htaccess deleted file mode 100644 index f768b122..00000000 --- a/docs/.htaccess +++ /dev/null @@ -1,12 +0,0 @@ - - Require all granted - - -RewriteEngine On - -# Redirect requests from /well-known/ to .well-known/ -RewriteRule ^well-known/(.*)$ .well-known/$1 [L] - -# Serve files from .well-known/ when requested directly -RewriteCond %{REQUEST_URI} ^/.well-known/ -RewriteRule ^.well-known/(.*)$ .well-known/$1 [L] diff --git a/docs/well-known/apple-app-site-association b/docs/.well-known/apple-app-site-association similarity index 100% rename from docs/well-known/apple-app-site-association rename to docs/.well-known/apple-app-site-association diff --git a/docs/_config.yml b/docs/_config.yml index 6b694d7e..db186b31 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,2 +1 @@ -name: Khelo -title: null \ No newline at end of file +include: [".well-known"] \ No newline at end of file