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

Commit c63b278

Browse files
committed
added sitemap example and updated others
1 parent 4dc1874 commit c63b278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/sitemap/nuxt.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module.exports = {
1919
routes: function () {
2020
return axios.get('http://localhost:3000/content-api')
2121
.then((res) => {
22-
console.log(res.data)
2322
return res.data.map((page) => page.path )
2423
})
2524
}

0 commit comments

Comments
 (0)