Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from opendata-swiss/change_ico_path
Browse files Browse the repository at this point in the history
fix: Change back the ico path
  • Loading branch information
kovalch authored Nov 21, 2024
2 parents 0135412 + 3a0d10f commit 737fbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extra/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Redirect 301 /test /en/pages/index
Options +FollowSymLinks
RewriteEngine on

Expand Down
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
EXTRA_PATH_METADATA = {
'../extra/robots.txt': {'path': 'robots.txt'},
'../extra/favicon.ico': {'path': './extra/favicon.ico'},
'../extra/favicon.ico': {'path': 'favicon.ico'},
'../extra/.htaccess': {'path': '.htaccess'}
}

Expand Down

0 comments on commit 737fbc5

Please sign in to comment.