From 6b510c9ab8c6cf61f1e668b12a73658f4e6e99fd Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 5 Feb 2017 14:30:07 -0800 Subject: [PATCH] Change local to 8000 --- ch13/ghostdata/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch13/ghostdata/config.js b/ch13/ghostdata/config.js index 9d0c2aa..29f93a7 100644 --- a/ch13/ghostdata/config.js +++ b/ch13/ghostdata/config.js @@ -31,7 +31,7 @@ config = { development: { // The url to use when providing links to the site, E.g. in RSS and email. // Change this to your Ghost blog's published URL. - url: 'http://localhost:2368', + url: 'http://localhost:8000', // Example refferer policy // Visit https://www.w3.org/TR/referrer-policy/ for instructions @@ -149,4 +149,4 @@ config = { } }; -module.exports = config; \ No newline at end of file +module.exports = config; -- 2.44.0