File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,9 +281,12 @@ <h2>Target</h2>
281281
282282< script src ="https://cdn.simplyedit.io/1/simply-edit.js " data-simply-storage ="none "> </ script >
283283< script src ="https://unpkg.com/simplyview/dist/simply.everything.js "> </ script >
284+ < script src ="https://zettelkasten.dev.muze.nl/assets/js/bundle.js "> </ script >
284285< script type ="module ">
285- import { getDefaultSession } from 'https://cdn.skypack.dev/@inrupt/solid-client-authn-browser'
286- import { Parser } from 'https://cdn.skypack.dev/n3'
286+ // import { getDefaultSession } from 'https://cdn.skypack.dev/@inrupt/solid-client-authn-browser@v1.11.2'
287+ // import { Parser } from 'https://cdn.skypack.dev/n3'
288+ const getDefaultSession = solidAuthn . getDefaultSession ;
289+ const Parser = n3 . Parser ;
287290
288291 const solidSession = getDefaultSession ( )
289292
You can’t perform that action at this time.
0 commit comments