Dont use cdm for bootstrap, load local
This commit is contained in:
parent
1c560ad044
commit
ec7bfbecf8
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
:components
|
||||
((:file "package")
|
||||
(:file "_navbar")
|
||||
(:file "main")
|
||||
(:file "sus")
|
||||
(:file "create-survey")
|
||||
(:file "new-survey")
|
||||
|
|
3
src/views/main.lisp
Normal file
3
src/views/main.lisp
Normal file
|
@ -0,0 +1,3 @@
|
|||
(in-package :ml-survey/views)
|
||||
|
||||
(defparameter *use-cdn* nil)
|
Loading…
Add table
Reference in a new issue