From 17e526317c59911051aac2564319b7d82c814153 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sat, 26 Oct 2019 13:12:33 -0400 Subject: [PATCH] absolute link prevents the preview from loading css/js --- cli/cli.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/cli.lisp b/cli/cli.lisp index cb1e213..0e719cc 100644 --- a/cli/cli.lisp +++ b/cli/cli.lisp @@ -12,7 +12,7 @@ ;; Required information :author \"~a\" ;; to be placed on post pages and in the copyright/CC-BY-SA notice :deploy-dir \"deploy/\" ;; for Coleslaw's generated HTML to go in - :domain \"https://~a.github.com\" ;; to generate absolute links to the site content + :domain \"\" ;; to generate absolute links to the site content :routing ((:post \"posts/~~a\") ;; to determine the URL scheme of content on the site (:tag-index \"tag/~~a\") (:month-index \"date/~~a\") @@ -46,7 +46,6 @@ user user user - user user))) (defun copy-theme (which &optional (target which))