fix: Remove type='module' in dependencies.pug
This commit is contained in:
parent
2025a07794
commit
878f6d1dfe
@ -4,8 +4,7 @@
|
|||||||
//- script(src="lib/html-imports.js")
|
//- script(src="lib/html-imports.js")
|
||||||
|
|
||||||
script(
|
script(
|
||||||
type="module"
|
src="https://unpkg.com/@startinblox/oidc@0.5"
|
||||||
src="https://unpkg.com/@startinblox/oidc@0.6"
|
|
||||||
data-authority=`${sdn}/openid/`,
|
data-authority=`${sdn}/openid/`,
|
||||||
data-client_id=`${client_id}`,
|
data-client_id=`${client_id}`,
|
||||||
data-response_type='id_token token',
|
data-response_type='id_token token',
|
||||||
@ -33,7 +32,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
|
|||||||
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
|
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
|
||||||
|
|
||||||
//- cdn
|
//- cdn
|
||||||
|
//- don't forget to change version in hd-widgets.js
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/core@0.6")
|
script(type="module" src="https://unpkg.com/@startinblox/core@0.6")
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/router@latest")
|
script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
|
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user