update: Update to core 0.17 and add management of default language per instance

This commit is contained in:
antoine37120 2021-05-10 20:14:46 +02:00
parent 32b869fb00
commit 3e94dc8dfd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if componentSet.has("profileDirectory")
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
if componentSet.has("resources")
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-resource@3.3", defer)
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-resource@3.4", defer)
//- script(type="module" src="/lib/solid-resource/solid-resource.js" defer)
if componentSet.has("themeChecker")