From d79c180caffd31e44d170e713cb443aa2ce62ebe Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 5 Oct 2021 03:32:36 +0300 Subject: [PATCH] Update astro.com.my.config.js --- sites/astro.com.my.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/astro.com.my.config.js b/sites/astro.com.my.config.js index 96bd2f3b..98726436 100644 --- a/sites/astro.com.my.config.js +++ b/sites/astro.com.my.config.js @@ -4,10 +4,7 @@ const utc = require('dayjs/plugin/utc') dayjs.extend(utc) module.exports = { - lang: 'ms', site: 'astro.com.my', - channels: 'astro.com.my.channels.xml', - output: '.gh-pages/guides/astro.com.my.guide.xml', request: { timeout: 10000 },