We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed84738 commit a03381bCopy full SHA for a03381b
app/content/models/sitepress_slash_page.rb
@@ -4,6 +4,6 @@
4
# https://slashpages.net/
5
#
6
class SitepressSlashPage < Sitepress::Model
7
- collection glob: "{about,contact,settings}/**/*.html*"
+ collection glob: "{about,contact,settings,deploy}/**/*.html*"
8
data :title
9
end
0 commit comments