We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 824d19d + 7ee629e commit be48352Copy full SHA for be48352
src/pages/about.astro
@@ -3,7 +3,7 @@
3
// SPDX-License-Identifier: Apache-2.0
4
5
import BasePage from '@awesome-myst/myst-awesome/layouts/BasePage.astro';
6
-import SearchDialog from '@awesome-myst/myst-awesome/components/SearchDialog.astro';
+import SearchDialog from '../components/SearchDialog.astro';
7
import Footer from '../components/Footer.astro';
8
import Header from '../components/Header.astro';
9
0 commit comments