diff options
Diffstat (limited to 'examples/with-nanostores/src/pages/index.astro')
-rw-r--r-- | examples/with-nanostores/src/pages/index.astro | 4 |
1 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 { |