diff --git a/src/client/components/NewsBox.ts b/src/client/components/NewsBox.ts index 987f00a94..7a9b76b05 100644 --- a/src/client/components/NewsBox.ts +++ b/src/client/components/NewsBox.ts @@ -1,6 +1,6 @@ import { LitElement, html, nothing } from "lit"; import { customElement, state } from "lit/decorators.js"; -import newsItems from "resources/news.json" with { type: "json" }; +import newsItems from "resources/news.json"; export interface NewsItem { id: string;