summaryrefslogtreecommitdiff
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
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>
-rw-r--r--examples/portfolio-svelte/package.json3
-rw-r--r--examples/portfolio-svelte/src/components/MainHead.astro2
2 files changed, 1 insertions, 4 deletions
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 1f9b2206f..72b8629b0 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -10,8 +10,5 @@
},
"devDependencies": {
"astro": "^0.21.0-next.1"
- },
- "snowpack": {
- "workspaceRoot": "../.."
}
}
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">