Skip to content

Commit

Permalink
feat: remove mongo analytics (too slow), make CF KV not expire
Browse files Browse the repository at this point in the history
  • Loading branch information
sznowicki committed Dec 22, 2023
1 parent 8a7d457 commit 19b955e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import classNames from 'html-classnames';
import {getDefaultViewData} from '../lib/view.js';
import {emitPageView} from '../lib/plausible.js';
import {parseQuery} from '../lib/parseQuery.js';
import {trackQuery} from '../lib/mongo.js';

export const onRequestGet = async (context) => {
const { request, env } = context;
Expand Down

0 comments on commit 19b955e

Please sign in to comment.