From: Vincent Bernat Date: Sat, 12 Jan 2013 22:06:43 +0000 (+0100) Subject: web: fix media location (relative to current directory) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20ef5ee8dfd8cf7275b5db37fa0a1cb44135eed8;p=thirdparty%2Flldpd.git web: fix media location (relative to current directory) --- diff --git a/site.yaml b/site.yaml index 8e63a2b6..e9fd1440 100644 --- a/site.yaml +++ b/site.yaml @@ -1,6 +1,6 @@ mode: development media_root: media -media_url: /media +media_url: media base_url: / plugins: - hyde.ext.plugins.meta.MetaPlugin