summaryrefslogtreecommitdiff
path: root/examples/portfolio-svelte/src
diff options
context:
space:
mode:
authorGravatar Konstantinos Kostarellis <delight@users.noreply.github.com> 2021-11-08 18:23:12 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-08 10:23:12 -0700
commitaed5fa0303934ff87fff035670459dd09a42bbec (patch)
tree9bcac5089be725d4a27eb2789a03e552652a0588 /examples/portfolio-svelte/src
parent7760870b2f2e7a8c9f05adac045c4a91cc8c9767 (diff)
downloadastro-aed5fa0303934ff87fff035670459dd09a42bbec.tar.gz
astro-aed5fa0303934ff87fff035670459dd09a42bbec.tar.zst
astro-aed5fa0303934ff87fff035670459dd09a42bbec.zip
minor adjustments for astro@next (#1763)
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
Diffstat (limited to 'examples/portfolio-svelte/src')
-rw-r--r--examples/portfolio-svelte/src/components/MainHead.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio-svelte/src/components/MainHead.astro b/examples/portfolio-svelte/src/components/MainHead.astro
index 74eb59164..166065fa8 100644
--- a/examples/portfolio-svelte/src/components/MainHead.astro
+++ b/examples/portfolio-svelte/src/components/MainHead.astro
@@ -8,6 +8,6 @@ const { title = 'Jeanine White: Personal Site', description = 'The personal site
<title>{title}</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
-<link rel="stylesheet" type="text/css" href="/_astro/src/scss/global.css">
+<link rel="stylesheet" type="text/css" href="/src/scss/global.scss">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700;900&display=swap" rel="stylesheet">