patch: use directory beta

This commit is contained in:
gaelle morin 2021-01-23 01:44:51 +01:00
parent 79a1bc0acb
commit 63ef00578d
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ if endpoints.get
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users
//- script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
if endpoints.get.dashboards
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)