When the `SSG` build of the site occurs, an error is thrown because `window` is not a global variable, then you should use `typeof` or `global` https://github.com/quarkly/community-kit/blob/bae93903148a919174695370479f0aa3c7b9ba13/src/utils/getPropsUrlPages.js#L20
When the
SSGbuild of the site occurs, an error is thrown becausewindowis not a global variable, then you should usetypeoforglobalcommunity-kit/src/utils/getPropsUrlPages.js
Line 20 in bae9390