Skip to content

Commit a03381b

Browse files
committed
Update slash page glob
1 parent ed84738 commit a03381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/content/models/sitepress_slash_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# https://slashpages.net/
55
#
66
class SitepressSlashPage < Sitepress::Model
7-
collection glob: "{about,contact,settings}/**/*.html*"
7+
collection glob: "{about,contact,settings,deploy}/**/*.html*"
88
data :title
99
end

0 commit comments

Comments
 (0)