diff --git a/src/layouts/Document.astro b/src/layouts/Document.astro index 3e123d2..a2ba190 100755 --- a/src/layouts/Document.astro +++ b/src/layouts/Document.astro @@ -1,6 +1,6 @@ --- // Settings -import { FeelbackConfig } from '@config' +import { SiteSettings, FeelbackConfig } from '@config' // Properties const { frontmatter, Title, Feedback, Feelback } = Astro.props @@ -19,7 +19,7 @@ import "@styles/feelback.css" import "@styles/prism.css" --- - +
diff --git a/src/layouts/Splash.astro b/src/layouts/Splash.astro index fc5792a..c9968b0 100755 --- a/src/layouts/Splash.astro +++ b/src/layouts/Splash.astro @@ -1,4 +1,7 @@ --- +// Settings +import { SiteSettings } from '@config' + // Properties const { frontmatter } = Astro.props @@ -14,7 +17,7 @@ import "@styles/splash.scss"; import "@styles/feelback.css"; --- - +