diff --git a/examples/snowpack/astro/layouts/content-with-cover.astro b/examples/snowpack/astro/layouts/content-with-cover.astro index ac84f6354..46006bdfb 100644 --- a/examples/snowpack/astro/layouts/content-with-cover.astro +++ b/examples/snowpack/astro/layouts/content-with-cover.astro @@ -7,6 +7,7 @@ import BaseLayout from '../components/BaseLayout.astro'; export let content: any; --- + diff --git a/examples/snowpack/astro/layouts/content.astro b/examples/snowpack/astro/layouts/content.astro index 8a7504264..c8f9ca907 100644 --- a/examples/snowpack/astro/layouts/content.astro +++ b/examples/snowpack/astro/layouts/content.astro @@ -7,6 +7,7 @@ import BaseLayout from '../components/BaseLayout.astro'; export let content: any; --- + diff --git a/examples/snowpack/astro/layouts/post.astro b/examples/snowpack/astro/layouts/post.astro index 8f0a3c52b..05f28bf24 100644 --- a/examples/snowpack/astro/layouts/post.astro +++ b/examples/snowpack/astro/layouts/post.astro @@ -6,6 +6,7 @@ import { format as formatDate, parseISO } from 'date-fns'; export let content: any; --- + diff --git a/examples/snowpack/astro/pages/404.astro b/examples/snowpack/astro/pages/404.astro index 4677ed50d..053c931f4 100644 --- a/examples/snowpack/astro/pages/404.astro +++ b/examples/snowpack/astro/pages/404.astro @@ -6,6 +6,7 @@ let title = 'Not Found'; let description = 'Snowpack is a lightning-fast frontend build tool, designed for the modern web.'; --- + diff --git a/examples/snowpack/astro/pages/guides.astro b/examples/snowpack/astro/pages/guides.astro index 608283243..e02856ede 100644 --- a/examples/snowpack/astro/pages/guides.astro +++ b/examples/snowpack/astro/pages/guides.astro @@ -40,6 +40,7 @@ let communityGuides; }); --- + diff --git a/examples/snowpack/astro/pages/index.astro b/examples/snowpack/astro/pages/index.astro index 31dba0f51..aa5ee59b6 100644 --- a/examples/snowpack/astro/pages/index.astro +++ b/examples/snowpack/astro/pages/index.astro @@ -8,8 +8,8 @@ let title = 'Snowpack'; let description = 'Snowpack is a lightning-fast frontend build tool, designed for the modern web.'; --- + -