isExporting
A property which indicates if we are currently running this site as part of a Kobweb export.
While it should be rare that you'll need to use it, it can be useful to check if you want to avoid doing some side effect that shouldn't happen at export time, like sending page visit analytics to a server for example.
Deprecated
Use `AppGlobals.isExporting` instead, as that is more universal.
A property which indicates if this current page is being rendered as part of a Kobweb export.
While it should be rare that you'll need to use it, it can be useful to check if you want to avoid doing some side effect that shouldn't happen at export time, like sending page visit analytics to a server for example.