From 489f1f08dfa4c9725ca73b864fadc493ea3f1e10 Mon Sep 17 00:00:00 2001 From: tosi29 Date: Sun, 26 May 2019 15:43:12 +0900 Subject: Change netlify url --- README.md | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25548e0..e30259c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Inkblotty Inkblotty is a Hugo theme based on [Inkblot](https://github.com/mgsisk/inkblot). -[Demo](https://clever-visvesvaraya-e41cfa.netlify.com/) +[Demo](https://hugo-theme-inkblotty.netlify.com) ## Features diff --git a/netlify.toml b/netlify.toml index b3ea341..d0d26cb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://clever-visvesvaraya-e41cfa.netlify.com/ -t ''" + command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://hugo-theme-inkblotty.netlify.com -t ''" publish = "public" [build.environment] -- cgit v1.2.3