Skip to content

Commit

Permalink
Migrate resolve-accept-language to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 14, 2024
1 parent 43edb98 commit 887f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [path].md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { useRouter, useData } from 'vitepress';
import resolveAcceptLanguage from 'resolve-accept-language';
import { resolveAcceptLanguage } from 'resolve-accept-language';
import { onMounted } from 'vue';

const { params } = useData();
Expand Down

0 comments on commit 887f343

Please sign in to comment.