diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 17:30:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 17:30:09 -0400 |
| commit | a045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (patch) | |
| tree | a073676bd264a89570e4a4042775a02eebd8876a /nuxt.config.js | |
| parent | 02a6f590a13228da1485cf91e42ebd5684b3a6dd (diff) | |
| download | personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.gz personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.bz2 personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.zip | |
Added shadows and upgraded packages
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index a09212d..833c978 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -46,19 +46,6 @@ module.exports = { markdownit: { injected: true }, -/* - generate: { - routes: function () { - const fs = require('fs') - const path = require('path') - return fs.readdirSync('./assets/content/blog').map(file => { - return { - route: `/blog/${path.parse(file).name}`, // Return the slug - payload: require(`./assets/content/blog/${file}`) - } - }) - } - },*/ /* ** vuetify module configuration |
