diff --git a/greenwood.config.js b/greenwood.config.js index dd0707819..6256418a3 100644 --- a/greenwood.config.js +++ b/greenwood.config.js @@ -6,6 +6,7 @@ const META_DESCRIPTION = 'A modern and performant static site generator supporti const FAVICON_HREF = '/assets/favicon.ico'; module.exports = { + optimization: 'strict', workspace: path.join(__dirname, 'www'), title: 'Greenwood', meta: [ diff --git a/www/templates/home-template.js b/www/templates/home-template.js index 7d46053b3..b707c00c3 100644 --- a/www/templates/home-template.js +++ b/www/templates/home-template.js @@ -11,13 +11,23 @@ class HomeTemplate extends LitElement { - -
- -
- -
-
+ + + + + + + +
+ +
+ +
+
`; }