diff --git a/homepage/js/quotes.js b/homepage/js/quotes.js index 3f68ae5..1e5b1b0 100644 --- a/homepage/js/quotes.js +++ b/homepage/js/quotes.js @@ -6,7 +6,7 @@ * QUOTE_VALUE_ID (see code) respectively * - use window.quote_new() to get a new quote. */ -import quotes from './quotes.json'; +import quotes from "./quotes.json" assert { type: "json" }; window.quotes = quotes; window.QUOTES_L_QUOTE_MARK = '"'; window.QUOTES_R_QUOTE_MARK = '"';