Skip to content

Commit 90a8371

Browse files
committed
correct app
1 parent edfca18 commit 90a8371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/docusaurus-plugin-segment/segment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default ExecutionEnvironment.canUseDOM ? {
3333
// Don't track page views on development
3434
if (process.env.NODE_ENV === 'production' && window.analytics) {
3535
window.analytics.page({
36-
app: 'crawlee',
36+
app: 'docs',
3737
path: location.pathname,
3838
url: location.href,
3939
search: location.search,

0 commit comments

Comments
 (0)