Skip to content

Commit

Permalink
Temp setup the deploy url in feed rss to see if no more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 30, 2024
1 parent 05f7011 commit 4b9edca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loicb/server/md.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(filter #(some #{"Clojure"} (:post/tags %)))
(sort-by #(first (:post/date %)))
reverse)

Check warning on line 78 in src/loicb/server/md.clj

View check run for this annotation

Codecov / codecov/patch

src/loicb/server/md.clj#L74-L78

Added lines #L74 - L78 were not covered by tests
base-url "https://www.loicblanchard.me"
base-url "https://deploy-preview-64--loicblanchard.netlify.app" ;; to be replaced before merging to main
blog-url (str base-url "/blog")
channel {:title "Loic Blanchard - Clojure Blog Feed"

Check warning on line 81 in src/loicb/server/md.clj

View check run for this annotation

Codecov / codecov/patch

src/loicb/server/md.clj#L80-L81

Added lines #L80 - L81 were not covered by tests
:link "https://www.loicblanchard.me"
Expand Down

0 comments on commit 4b9edca

Please sign in to comment.