Skip to content

Commit

Permalink
fix(frontmatter): update fm_types
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 6, 2024
1 parent 6175e8f commit 53f3711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/rari-types/src/fm_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub enum PageType {
CssSelector,
CssShorthandProperty,
CssType,
ExsltFunction,
GlossaryDefinition,
GlossaryDisambiguation,
HtmlAttribute,
Expand Down Expand Up @@ -110,7 +111,8 @@ pub enum PageType {
BlogPost,
Curriculum,
GenericPage,
SPA,

#[serde(other)]
SPA,
Unknown,
}

0 comments on commit 53f3711

Please sign in to comment.