chore: temp commenting out localize demo lines to make astro build work

This commit is contained in:
Thijs Louisse 2025-10-03 15:32:41 +02:00
parent 62ab5898eb
commit 3c0ac8105b

View file

@ -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();
});