You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like in the transition to v2 our ad-specific stylesheets was accidentally removed. This means the ads are reverted to their default styles. We need to investigate and resolve.
The text was updated successfully, but these errors were encountered:
Turns out the PurgeCSS plugin was purging the ad styles because they are not used in the app at build time. Rather, the ads are injected with JS, so they don't appear until after this process. Extended the regex for the PurgeCSS in the vite.config.ts file to cover this use case.
Link to the Page
All inner pages
Describe the Issue (screenshots encouraged!)
It looks like in the transition to v2 our ad-specific stylesheets was accidentally removed. This means the ads are reverted to their default styles. We need to investigate and resolve.
The text was updated successfully, but these errors were encountered: