Skip to content

Commit 2a52894

Browse files
committed
fix: wrong name of utils directory.
1 parent 1d774b4 commit 2a52894

6 files changed

Lines changed: 1 addition & 7 deletions

File tree

components/content/PreRenderTags.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const tags = appConfig?.directory?.tags || [];
66
const routesToPrerender = tags.map(tag => `/tags/${tag?.name}`);
77
88
prerenderRoutes(routesToPrerender);
9-
</script>
9+
</script>

components/content/directory/Search.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import formatString from '~~/util/formatString';
3-
42
const search: Ref<string> = useState('search');
53
const selectedTags: Ref<string[]> = useState('tags', () => []);
64

pages/[...slug].vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import setSeo from '~/util/setSEO';
3-
42
const route = useRoute();
53
const { data: page } = await useCurrentPage(route);
64

pages/tags/[slug].vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import formatString from '~/util/formatString';
3-
42
const route = useRoute();
53
const config = useAppConfig();
64
File renamed without changes.

0 commit comments

Comments
 (0)