Skip to content

Commit 0df5451

Browse files
committed
fixed css path error
1 parent 3459151 commit 0df5451

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/index.astro

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
import './src/styles/global.css'
3-
import Information from './components/Information.astro'
2+
import "../styles/global.css";
3+
import Information from "./components/Information.astro";
44
---
55

66
<html lang="en">
7-
<head>
8-
<meta charset="utf-8" />
9-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
10-
<meta name="viewport" content="width=device-width" />
11-
<meta name="generator" content={Astro.generator} />
12-
<title>Muhammad Pen</title>
13-
</head>
14-
<body>
15-
<Information />
16-
</body>
7+
<head>
8+
<meta charset="utf-8" />
9+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
10+
<meta name="viewport" content="width=device-width" />
11+
<meta name="generator" content={Astro.generator} />
12+
<title>Muhammad Pen</title>
13+
</head>
14+
<body>
15+
<Information />
16+
</body>
1717
</html>

0 commit comments

Comments
 (0)