Fix nesting in deps.edn file.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
efc090d33b
commit
b7463ac316
3
deps.edn
3
deps.edn
|
@ -34,8 +34,9 @@
|
||||||
:paths ["src" "resources"]
|
:paths ["src" "resources"]
|
||||||
:aliases {:prod {:main-opts ["-m" "figwheel.main" "-bo" "dev"]}
|
:aliases {:prod {:main-opts ["-m" "figwheel.main" "-bo" "dev"]}
|
||||||
:build-dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
|
:build-dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
|
||||||
#_#_binaryage/devtools {:mvn/version "1.0.7"}}}
|
#_#_binaryage/devtools {:mvn/version "1.0.7"}}
|
||||||
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
||||||
|
}
|
||||||
:dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
|
:dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.23.3"}
|
||||||
;binaryage/devtools {:mvn/version "1.0.7"}
|
;binaryage/devtools {:mvn/version "1.0.7"}
|
||||||
no.cjohansen/portfolio {:mvn/version "2023.07.15"}}}}
|
no.cjohansen/portfolio {:mvn/version "2023.07.15"}}}}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
(:require [clojure.data.xml :as xml]
|
(:require [clojure.data.xml :as xml]
|
||||||
[clojure-demo.routes :refer [routes]]))
|
[clojure-demo.routes :refer [routes]]))
|
||||||
|
|
||||||
|
;; Warning here be macro magic to build the sitemap.
|
||||||
|
|
||||||
(defn pwa-sitemap [domain routes]
|
(defn pwa-sitemap [domain routes]
|
||||||
(xml/indent-str
|
(xml/indent-str
|
||||||
|
|
Loading…
Reference in New Issue