Skip to content

Commit

Permalink
fix: import useRuntimeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Feb 23, 2024
1 parent 95cbc1c commit 29c2bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/posthog.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNuxtPlugin, useCookie, useState } from '#app';
import { defineNuxtPlugin, useCookie, useRuntimeConfig, useState } from '#app';
import { PostHog } from 'posthog-node';
import type { JsonType } from 'posthog-js';

Expand Down

0 comments on commit 29c2bde

Please sign in to comment.