Skip to content

Commit

Permalink
changes to content
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumBaines committed Aug 24, 2018
1 parent 0cd0490 commit fff8bba
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 4 deletions.
22 changes: 22 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {

modules: [
'@nuxtjs/pwa',
'@nuxtjs/sitemap',
['@nuxtjs/google-analytics', {
id: 'UA-121350966-1'
}]
Expand All @@ -77,5 +78,26 @@ module.exports = {
method: 'GET'
}
]
},
sitemap: {
path: '/sitemap.xml',
hostname: 'https://calumbaines.co',
cacheTime: 1000 * 60 * 15,
gzip: true,
generate: false, // Enable me when using nuxt generate
exclude: [
'/blog'
],
routes: [
'/case-studies/kingspan',
'/case-studies/ruddocks',
'/case-studies/markel-app',
'/case-studies/residence-one',
'/case-studies/efficiency-north',
'/case-studies/quba',
'/case-studies/joriside',
'/case-studies/interled',

]
}
}
54 changes: 51 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vue-boilerplate",
"name": "calum-baines-portfolio",
"version": "1.0.0",
"description": "vue-js Boilerplate",
"author": "[email protected]",
Expand All @@ -17,6 +17,7 @@
"dependencies": {
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sitemap": "^0.1.1",
"contentful": "^6.1.0",
"css-loader": "^0.28.9",
"npm": "^5.8.0",
Expand Down

0 comments on commit fff8bba

Please sign in to comment.