in plugins/analytics.js [34:40]
export default ({ app }) => { createClientIfNecessary(); app.router.afterEach(() => { glClient?.page(); }); };