Skip to content

Commit

Permalink
remove demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 4, 2024
1 parent 4983b6e commit 5516b76
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 77 deletions.
4 changes: 0 additions & 4 deletions greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ export default {
optimization: 'inline',
staticRouter: true,
interpolateFrontmatter: true,
polyfills: {
// importMaps: true,
importAttributes: ['css', 'json']
},
plugins: [
greenwoodPluginGraphQL(),
greenwoodPluginPolyfills({
Expand Down
18 changes: 0 additions & 18 deletions www/components/hero/hero.css

This file was deleted.

50 changes: 0 additions & 50 deletions www/components/hero/hero.js

This file was deleted.

3 changes: 0 additions & 3 deletions www/components/hero/hero.json

This file was deleted.

2 changes: 0 additions & 2 deletions www/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<script type="module" src="../components/banner/banner.js"></script>
<script type="module" src="../components/card/card.js" data-gwd-opt="static"></script>
<script type="module" src="../components/hero/hero.js"></script>

<link rel="stylesheet" href="/node_modules/prismjs/themes/prism-tomorrow.css"/>
<link rel="stylesheet" href="../styles/home.css"/>
Expand All @@ -16,7 +15,6 @@

<div class="gwd-content-outlet">
<app-banner></app-banner>
<app-hero></app-hero>

<div class='gwd-content-wrapper'>

Expand Down

0 comments on commit 5516b76

Please sign in to comment.