Skip to content

Commit 4f63168

Browse files
authored
set sitemap plugin (#57)
1 parent f3a04d1 commit 4f63168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
config = rx.Config(
44
app_name="chat",
5-
tailwind=None,
5+
plugins=[rx.plugins.SitemapPlugin()],
66
)

0 commit comments

Comments
 (0)