You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/18 17:16:56 UTC

[petri-site] branch master updated: Add .htaccess

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d505766  Add .htaccess
d505766 is described below

commit d5057660f4469c289046a491c2a182aa32d4138d
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 18 10:16:48 2021 -0700

    Add .htaccess
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 4b2896d..0857a4c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -45,7 +45,7 @@ SLUGIFY_SOURCE = 'basename'
 PAGE_SAVE_AS = '{slug}.html'
 
 # We want to serve info.yaml and petri.rdf in addition to any images
-STATIC_PATHS = ['info.yaml', 'petri.rdf', 'images']
+STATIC_PATHS = ['.htaccess', 'info.yaml', 'petri.rdf', 'images']
 
 # We don't use articles, but we don't want pelican to think
 # that content/ contains articles.