diff --git a/conf.py b/conf.py index af7c04d..9223cb4 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ BLOG_AUTHOR = "Vicky Steeves" # (translatable) BLOG_TITLE = "VICKY STEEVES" # (translatable) # This is the main URL for your site. It will be used # in a prominent link. Don't forget the protocol (http/https)! -SITE_URL = "https://vickysteeves.github.io/Nikola-Site/" +SITE_URL = "http://vickysteeves.com" # This is the URL where Nikola's output will be deployed. # If not set, defaults to SITE_URL # BASE_URL = "https://example.com/" diff --git a/files/CNAME b/files/CNAME new file mode 100644 index 0000000..89b566c --- /dev/null +++ b/files/CNAME @@ -0,0 +1 @@ +vickysteeves.com \ No newline at end of file