Skip to content

Commit

Permalink
feat: Add Website to package
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <github@avior.me>
  • Loading branch information
Aviortheking committed Jul 20, 2023
1 parent d046fec commit 35d0c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Get your Lucide icons right into your Astro project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/dzeiocom/lucide-astro",
"homepage": "https://lucide-astro.dzeio.com",
"bugs": "https://github.com/dzeiocom/lucide-astro/issues",
"repository": "https://github.com/dzeiocom/lucide-astro.git",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import LucideDark from '../assets/lucide.dark.svg'
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<script defer data-domain="lucide-astro.dzeio.com" src="/js/script.js" />
<script defer data-domain="lucide-astro.dzeio.com" src="/js/index.js" />
<title>Lucide Icons for Astro</title>
</head>
<body class="bg-gray-50 dark:bg-gray-950 dark:text-white">
Expand Down

0 comments on commit 35d0c3f

Please sign in to comment.