Skip to content

Commit

Permalink
docs: use own utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Nov 29, 2024
1 parent 5141ab1 commit fd48783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress';
import messages, { localeOptions, enabled } from './../locales';
import { mapLocales, mapSearch } from './../utils/locales';
import { CANONICAL_URL, GH_REPO, GH_REPO_URL } from './../utils/constants';
import { camelToKebabCase, kebabToCamelCase } from './../../src/utils/general';
import { camelToKebabCase, kebabToCamelCase } from './../utils/general';
import type { LanguageValue } from '../../src/constants/locales';

const base = `/${GH_REPO}/`;
Expand Down

0 comments on commit fd48783

Please sign in to comment.