Undefined pageTitleSuffix
causes thes string "undefined" to be appended to page titles
#1452
Labels
bug
Something isn't working
I encountered the same issue as #1445 after updating. The
pageTitleSuffix
variable is marked as optional so that the type checking won't prevent this issue.Potential fix 1
This fix ensures that old codes without the
pageTitleSuffix
field in the configuration continue to work after the update.quartz\components\Head.tsx
Potential fix 2
This fix enforces the requirement to provide a
pageTitleSuffix
during type checkingquartz\cfg.ts
The text was updated successfully, but these errors were encountered: