feat(rss): add podcast:comments tag to link to episode comments

This commit is contained in:
Yassine Doghri 2021-07-24 08:49:16 +00:00
commit 32e8c7c16a
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
3 changed files with 17 additions and 8 deletions

View file

@ -6,7 +6,7 @@
"service": "app",
"workspaceFolder": "/castopod-host",
"postCreateCommand": "composer install && npm install && npm run build:static",
"postStartCommand": "crontab ./crontab && cron && php spark serve --host 0.0.0.0 & npm run dev",
"postStartCommand": "crontab ./crontab && cron && php spark serve --host 0.0.0.0",
"postAttachCommand": "crontab ./crontab && service cron reload",
"shutdownAction": "stopCompose",
"settings": {