aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index 9c5a2d6..f2c6751 100644
--- a/config.rb
+++ b/config.rb
@@ -3,7 +3,7 @@
3# Set this to the root of your project when deployed: 3# Set this to the root of your project when deployed:
4http_path = "/" 4http_path = "/"
5css_dir = "theme/css" 5css_dir = "theme/css"
6sass_dir = "theme/sass" 6sass_dir = "theme/scss"
7images_dir = "images" 7images_dir = "images"
8javascripts_dir = "js" 8javascripts_dir = "js"
9 9