Copy _redirects folder to output directory (#2070)

This commit is contained in:
Jesse Hills 2022-05-12 15:04:43 +12:00 committed by GitHub
parent 64cb7db27b
commit 412e8ca4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,10 @@ exclude_patterns = [
".env",
]
html_extra_path = [
"_redirects",
]
# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = 'cpp:any'