Skip to content

Commit

Permalink
chore/upgrade greenwood v0.29.0 (#66)
Browse files Browse the repository at this point in the history
* upgrade greenwood v0.29.0-alpha.4

* upgrade to latest greenwood alpha.6

* final release
  • Loading branch information
thescientist13 committed Nov 9, 2023
1 parent 020b484 commit a36b4f7
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 37 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"lit": "^2.2.3"
},
"devDependencies": {
"@greenwood/cli": "~0.28.2",
"@greenwood/plugin-import-css": "~0.28.2",
"@greenwood/cli": "~0.29.0",
"@greenwood/plugin-import-css": "~0.29.0",
"eslint": "^8.4.0",
"rimraf": "^3.0.2",
"stylelint": "^13.12.0",
Expand Down
4 changes: 3 additions & 1 deletion src/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/slide-list.js"></script>
<script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/slide-viewer.js"></script>
<script type="module">
fetch('/graph.json')
const basePath = globalThis.__GWD_BASE_PATH__ || '';

fetch(`${basePath}/graph.json`)
.then((response) => response.json())
.then((response) => {
// auto generated default page by Greenwood
Expand Down
Loading

0 comments on commit a36b4f7

Please sign in to comment.