mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
chore: update links
This commit is contained in:
parent
11753ddcbb
commit
d14369ae2e
@ -5,7 +5,7 @@ Icônes
|
||||
<p align="center">Icon Explorer with <b>Instant</b> searching, powered by <a href="https://iconify.design/" target="_blank">Iconify</a> </p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://iconify.antfu.me/">Go to App</a>
|
||||
<a href="https://icones.netlify.app/">Go to App</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
||||
@ -7,14 +7,14 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/iconify-explorer.git"
|
||||
"url": "git+https://github.com/antfu/icones.git"
|
||||
},
|
||||
"author": "Anthony Fu<https://github.com/antfu>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/antfu/iconify-explorer/issues"
|
||||
"url": "https://github.com/antfu/icones/issues"
|
||||
},
|
||||
"homepage": "https://github.com/antfu/iconify-explorer#readme",
|
||||
"homepage": "https://github.com/antfu/icones#readme",
|
||||
"scripts": {
|
||||
"postinstall": "ts-node -P tsconfig.tsnode.json scripts/prepare.ts",
|
||||
"dev": "vite --port 3333",
|
||||
|
||||
@ -59,7 +59,7 @@ export default defineComponent({
|
||||
// TODO: customzie
|
||||
await PackSvgZip(
|
||||
bags.value.map(i => i.replace(':', '-')),
|
||||
'iconify-bags',
|
||||
'icones-bags',
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
</p>
|
||||
<a
|
||||
class="text-gray-500 font-light opacity-75 hover:opacity-100"
|
||||
href="https://github.com/antfu/iconify-explorer"
|
||||
href="https://github.com/antfu/icones"
|
||||
target="_blank"
|
||||
>
|
||||
<Icon icon="carbon:code" class="inline-block text-lg align-middle" />
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
</h1>
|
||||
<a
|
||||
class="non-dragging text-xl mx-3 mr-4 my-auto flex-none"
|
||||
href="https://github.com/antfu/iconify-explorer"
|
||||
href="https://github.com/antfu/icones"
|
||||
target="_blank"
|
||||
>
|
||||
<IconButton icon="carbon:logo-github" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user