diff options
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r-- | examples/with-nanostores/src/pages/index.astro | 4 | ||||
-rw-r--r-- | examples/with-nanostores/src/styles/global.css (renamed from examples/with-nanostores/public/style/global.css) | 0 | ||||
-rw-r--r-- | examples/with-nanostores/src/styles/home.css (renamed from examples/with-nanostores/public/style/home.css) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-nanostores/src/pages/index.astro b/examples/with-nanostores/src/pages/index.astro index 9ec93816d..264aa4389 100644 --- a/examples/with-nanostores/src/pages/index.astro +++ b/examples/with-nanostores/src/pages/index.astro @@ -16,8 +16,8 @@ import AdminsPreact from '../components/AdminsPreact.jsx'; <link rel="icon" type="image/x-icon" href="/favicon.ico" /> - <link rel="stylesheet" href="/style/global.css"> - <link rel="stylesheet" href="/style/home.css"> + <link rel="stylesheet" href={Astro.resolve('../styles/global.css')}> + <link rel="stylesheet" href={Astro.resolve('../styles/home.css')}> <style> header { diff --git a/examples/with-nanostores/public/style/global.css b/examples/with-nanostores/src/styles/global.css index e1a3a6bd1..e1a3a6bd1 100644 --- a/examples/with-nanostores/public/style/global.css +++ b/examples/with-nanostores/src/styles/global.css diff --git a/examples/with-nanostores/public/style/home.css b/examples/with-nanostores/src/styles/home.css index 280398c17..280398c17 100644 --- a/examples/with-nanostores/public/style/home.css +++ b/examples/with-nanostores/src/styles/home.css |