From b7c4bf967a8cdb481aff52e8b1c4e048f72720ce Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Mon, 13 Apr 2026 15:47:51 -0500 Subject: [PATCH] adjusted default output dir --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1bbde63..86955fc 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ const METAR_SERVICE = "metar"; const generatorURL = "https://git.entropic.pro/Aiden/metar-rss"; let defaultConfig = { - "outputdir": __dirname, + "outputdir": "/var/www/weather", "icaos": ["KJFK"], "siteurl": "https://example.com", "rss-baseurl": "https://example.com/weather",