From bcc617f9dc560bd61535c136297e97fb11013d6f Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 18 Jan 2022 08:34:12 -0500 Subject: Update examples to move away from Astro.resolve on styles (#2393) * Update examples to move away from Astro.resolve on styles * Prepend the subpath * Adds a changeset * Switch to @import for the starter --- examples/docs/src/components/HeadCommon.astro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/docs/src') diff --git a/examples/docs/src/components/HeadCommon.astro b/examples/docs/src/components/HeadCommon.astro index 289aa23aa..2902da5a3 100644 --- a/examples/docs/src/components/HeadCommon.astro +++ b/examples/docs/src/components/HeadCommon.astro @@ -8,9 +8,11 @@ - - - + -- cgit v1.2.3