From 0ffab126859c0fedf9355ba1311eacc9b555d98d Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 20 Feb 2022 13:09:35 -0500 Subject: [PATCH] try more json --- homepage/js/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '"';