remove https from baseurl

This commit is contained in:
CherryKitten 2024-06-12 15:15:07 +02:00
parent 65dc941852
commit 25db84eb15
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://cherrykitten.dev"
base_url = "cherrykitten.dev"
title = "CherryKitten"
compile_sass = true