diff --git a/src/pages/index.astro b/src/pages/index.astro index 57f52f6..2d3d1cf 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ // https://docs.astro.build/core-concepts/astro-components/ import Layout from '../layouts/default.astro' -import Search from '~/components/search.vue' +import Search from '~/components/search-stork.vue' import ListSummary from '~/components/list-summary.vue' import ListEndButtons from '~/components/list-end-buttons.vue' import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'