We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b3676 commit 3f86ccbCopy full SHA for 3f86ccb
src/layouts/BaseLayout.astro
@@ -1,8 +1,8 @@
1
---
2
import NavHeader from '../components/NavHeader/index.astro';
3
import HeadCommon from '../components/HeadCommon/index.astro';
4
-import HeadSEO from '../components/HeadSEO/index.astro'
5
-const { content, title } = Astro.props;
+import HeadSEO from '../components/HeadSEO/index.astro';
+const { content, title } = Astro.props;
6
7
8
<!DOCTYPE html>
0 commit comments