Skip to content

Commit 9c09f12

Browse files
greenwood upgrade and add import css plugin
1 parent 178a680 commit 9c09f12

3 files changed

Lines changed: 534 additions & 5 deletions

File tree

greenwood.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
const pluginImportCss = require('@greenwood/plugin-import-css');
12
const pkg = require('./package.json');
23

34
module.exports = {
45
title: 'My Personal Blog',
56
meta: [
67
{ rel: 'icon', href: '/assets/favicon.ico' },
78
{ name: 'description', content: pkg.description } // replace the pkg.description with a custom string if you prefer
9+
],
10+
plugins: [
11+
...pluginImportCss()
812
]
913
};

0 commit comments

Comments
 (0)