Removed localhost
This commit is contained in:
parent
e2fa12dc31
commit
aebfa1f960
2
app.js
2
app.js
@ -41,7 +41,7 @@ Metalsmith(__dirname)
|
|||||||
site: {
|
site: {
|
||||||
title: 'Marcus Noble',
|
title: 'Marcus Noble',
|
||||||
description: 'Awesomeness with a side of geek',
|
description: 'Awesomeness with a side of geek',
|
||||||
url: 'http://localhost:8000' // 'https://blog.marcusnoble.co.uk'
|
url: 'https://blog.marcusnoble.co.uk'
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
.use(date())
|
.use(date())
|
||||||
|
Loading…
Reference in New Issue
Block a user