diff --git a/index.twig b/index.twig index 500e64f..b4931cf 100644 --- a/index.twig +++ b/index.twig @@ -232,7 +232,7 @@ fetch('{{ assets_url }}/podcasts.txt') } // Examine the text in the response - response.json().then(function(data) { + response.text().then(function(data) { console.log(data); }); }