Skip to content

Commit

Permalink
fix: url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Dec 25, 2022
1 parent 38bc39c commit 2c754a8
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 93 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa

### [2.4.2](https://github.com/shinokada/svelte-heros/compare/v2.4.1...v2.4.2) (2022-12-16)


### Bug Fixes

* typo ([ceb8fb9](https://github.com/shinokada/svelte-heros/commit/ceb8fb9ddaf90f4355d4ab9966da9c3a79c083b5))
- typo ([ceb8fb9](https://github.com/shinokada/svelte-heros/commit/ceb8fb9ddaf90f4355d4ab9966da9c3a79c083b5))

### [2.4.1](https://github.com/shinokada/svelte-heros/compare/v2.4.0...v2.4.1) (2022-12-16)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Svelte-Heros</h1>

<p align="center">
<a href="https://shinokada.github.io/svelte-heros/">Svelte-heros</a>
<a href="https://svelte-heros.codewithshin.com/">Svelte-heros</a>
</p>

<p align="center">
Expand All @@ -11,7 +11,7 @@
<a href="https://www.npmjs.com/package/svelte-heros" rel="nofollow"><img src="https://img.shields.io/npm/dw/svelte-heros.svg" alt="npm"></a>
</p>

New version, [Svelte-Heros-v2](https://shinokada.github.io/svelte-heros-v2) is out.
New version, [Svelte-Heros-v2](https://svelte-heros-v2.codewithshin.com) is out.

Hero Icons v1 for Svelte. You can select outline and solid icons using the variation props. Svlete-Heros support major CSS framework. You can add additional CSS using the `class` props.

Expand Down
166 changes: 79 additions & 87 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,94 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Svelte Heros</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Hero Icons v1 for Svelte." />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
<style>
.markdown-section {
max-width: 700px;
}
</style>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@shinokada" />
<meta name="twitter:title" content="Svelte Heros" />
<meta name="twitter:description" content="Hero Icons v1 for Svelte." />
<meta name="twitter:image" content="https://open-graph-vercel.vercel.app/api/svelte-heros" />
<meta name="twitter:image:alt" content="Svelte Heros" />
<meta property="fb:app_id" content="1107438173296844" />
<meta property="og:url" content="https://shinokada.github.io/svelte-heros/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Svelte Heros" />
<meta property="og:description" content="Hero Icons v1 for Svelte." />
<meta property="og:image" content="https://open-graph-vercel.vercel.app/api/svelte-heros" />
<meta property="og:image:alt" content="Svelte Heros" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MMH952R');
</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-MMH952R"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav
style="
<head>
<meta charset="UTF-8" />
<title>Svelte Heros</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Hero Icons v1 for Svelte." />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
<style>
.markdown-section {
max-width: 700px;
}
</style>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@shinokada" />
<meta name="twitter:title" content="Svelte Heros" />
<meta name="twitter:description" content="Hero Icons v1 for Svelte." />
<meta name="twitter:image" content="https://open-graph-vercel.vercel.app/api/svelte-heros" />
<meta name="twitter:image:alt" content="Svelte Heros" />
<meta property="fb:app_id" content="1107438173296844" />
<meta property="og:url" content="https://svelte-heros.codewithshin.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Svelte Heros" />
<meta property="og:description" content="Hero Icons v1 for Svelte." />
<meta property="og:image" content="https://open-graph-vercel.vercel.app/api/svelte-heros" />
<meta property="og:image:alt" content="Svelte Heros" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MMH952R');
</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MMH952R" height="0" width="0"
style="display: none; visibility: hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav style="
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
"
>
<!-- <ul><li href="/link">Link 1</li></ul> -->
</nav>
<div id="app"></div>
<script>
window.$docsify = {
subMaxLevel: 1,
maxLevel: 3,
auto2top: true,
repo: 'shinokada/svelte-heros',
routerMode: 'history',
crossOriginLinks: [
'https://twitter.com/shinokada',
'https://www.npmjs.com/package/svelte-heros',
'https://twitter.com/shinokada',
'http://www.apache.org/licenses/',
'https://opensource.org/licenses/MIT',
'https://www.npmjs.com/package/svelte-heros',
'https://shinokada.github.io/svelte-heros/'
]
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
">
<!-- <ul><li href="/link">Link 1</li></ul> -->
</nav>
<div id="app"></div>
<script>
window.$docsify = {
subMaxLevel: 1,
maxLevel: 3,
auto2top: true,
repo: 'shinokada/svelte-heros',
routerMode: 'history',
crossOriginLinks: [
'https://twitter.com/shinokada',
'https://www.npmjs.com/package/svelte-heros',
'https://twitter.com/shinokada',
'http://www.apache.org/licenses/',
'https://opensource.org/licenses/MIT',
'https://www.npmjs.com/package/svelte-heros',
'https://svelte-heros.codewithshin.com/'
]
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/shinokada/svelte-heros/issues",
"homepage": "https://shinokada.github.io/svelte-heros",
"homepage": "https://svelte-heros.codewithshin.com",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -54,4 +54,4 @@
"type": "git",
"url": "https://github.com/shinokada/svelte-heros"
}
}
}

0 comments on commit 2c754a8

Please sign in to comment.