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
|
||||
.loadNamespace({
|
||||
'lit-html-example': locale => import(`./assets/${locale}.js`),
|
||||
})
|
||||
// TODO: look for Astro fix...
|
||||
// .loadNamespace({
|
||||
// 'lit-html-example': locale => import(`./assets/${locale}.js`),
|
||||
// })
|
||||
.then(() => {
|
||||
update();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue