diff piecrust/environment.py @ 32:43091c9837bf

Fix problems with asset URLs.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Aug 2014 14:30:19 -0700
parents 30a42341cfa8
children 558e3602be40
line wrap: on
line diff
--- a/piecrust/environment.py	Tue Aug 19 12:48:00 2014 -0700
+++ b/piecrust/environment.py	Tue Aug 19 14:30:19 2014 -0700
@@ -73,7 +73,7 @@
         self.was_cache_cleaned = False
         self.page_repository = MemCache()
         self.rendered_segments_repository = MemCache()
-        self.base_asset_url_format = '%site_root%%uri%'
+        self.base_asset_url_format = '%uri%'
 
     def initialize(self, app):
         pass