We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfbcdd commit 68db460Copy full SHA for 68db460
2 files changed
now.json
@@ -1,5 +1,5 @@
1
{
2
"version": 2,
3
- "alias": ["react-slidy.midu.dev"],
+ "alias": ["react-slidy.now.sh"],
4
"name": "react-slidy"
5
}
pages/index.js
@@ -21,7 +21,7 @@ export default () => (
21
name="description"
22
content="A carousel component for React with the basics. It just works. For minimal setup and needs. Focused on performance ⚡"
23
/>
24
- <link rel="canonical" href="https://react-slidy.midu.dev/" />
+ <link rel="canonical" href="https://react-slidy.now.sh/" />
25
</Head>
26
<GitHubBagdge />
27
<IndexMDX />
0 commit comments