Skip to content

Commit fb93438

Browse files
authored
fix(rss): don't enable by default (#150)
I'm still standing up a site from scratch, and I noticed the recurrence of #131, but this time after doing some dummy debugging, it was the RSS extension. Fixes #149
1 parent 487e17d commit fb93438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tableau/extensions/rss_extension.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Tableau.RSSExtension do
4242
]
4343
```
4444
"""
45-
use Tableau.Extension, key: :rss, priority: 200
45+
use Tableau.Extension, key: :rss, priority: 200, enabled: false
4646

4747
import Schematic
4848

0 commit comments

Comments
 (0)