Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
added sitemap example and updated others
Browse files Browse the repository at this point in the history
  • Loading branch information
alidcast committed Aug 21, 2017
1 parent 4dc1874 commit c63b278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/sitemap/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
routes: function () {
return axios.get('http://localhost:3000/content-api')
.then((res) => {
console.log(res.data)
return res.data.map((page) => page.path )
})
}
Expand Down

0 comments on commit c63b278

Please sign in to comment.