From 41e5c2005caee86746c3116f9de5f493cdc95e9a Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 5 Dec 2021 22:22:51 -0600 Subject: [PATCH] set site title, enable comments in production --- config/production/config.toml | 2 ++ config/production/params.toml | 1 + 2 files changed, 3 insertions(+) create mode 100644 config/production/config.toml create mode 100644 config/production/params.toml diff --git a/config/production/config.toml b/config/production/config.toml new file mode 100644 index 0000000..c6ded11 --- /dev/null +++ b/config/production/config.toml @@ -0,0 +1,2 @@ +baseurl = "https://stg.vpot8.ooo/" # Include trailing slash + diff --git a/config/production/params.toml b/config/production/params.toml new file mode 100644 index 0000000..95369bb --- /dev/null +++ b/config/production/params.toml @@ -0,0 +1 @@ +comments = true \ No newline at end of file