diff --git a/app.js b/app.js index 50c64a2..0ab9da3 100644 --- a/app.js +++ b/app.js @@ -41,7 +41,7 @@ Metalsmith(__dirname) site: { title: 'Marcus Noble', description: 'Awesomeness with a side of geek', - url: 'http://localhost:8000' // 'https://blog.marcusnoble.co.uk' + url: 'https://blog.marcusnoble.co.uk' } })) .use(date())