summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/HeadSEO.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/components/HeadSEO.astro')
-rw-r--r--examples/docs/src/components/HeadSEO.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/components/HeadSEO.astro b/examples/docs/src/components/HeadSEO.astro
index e3fa7b992..bd86b544d 100644
--- a/examples/docs/src/components/HeadSEO.astro
+++ b/examples/docs/src/components/HeadSEO.astro
@@ -1,5 +1,5 @@
---
-import { SITE, OPEN_GRAPH } from "../config";
+import { SITE, OPEN_GRAPH } from '../config';
export interface Props {
content: any;
site: any;