chore: temp commenting out localize demo lines to make astro build work
This commit is contained in:
parent
62ab5898eb
commit
3c0ac8105b
1 changed files with 4 additions and 3 deletions
|
|
@ -36,9 +36,10 @@ export const asFunction = () => {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
localize
|
localize
|
||||||
.loadNamespace({
|
// TODO: look for Astro fix...
|
||||||
'lit-html-example': locale => import(`./assets/${locale}.js`),
|
// .loadNamespace({
|
||||||
})
|
// 'lit-html-example': locale => import(`./assets/${locale}.js`),
|
||||||
|
// })
|
||||||
.then(() => {
|
.then(() => {
|
||||||
update();
|
update();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue