Skip to content

Commit e1ff7bc

Browse files
authored
redirect
1 parent 6746bb8 commit e1ff7bc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

public/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<link rel="stylesheet" href="build/bundle.css" />
1717

1818
<script defer src="build/bundle.js"></script>
19+
<title>Redirecting to https://bit.ly/lhsdevx</title>
20+
<meta http-equiv="refresh" content="0; URL=https://lhsdevx.vercel.app" />
21+
<link rel="canonical" href="https://lhsdevx.vercel.app/" />
1922
</head>
2023

2124
<body></body>

src/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import App from './App.svelte';
1+
import App from "./App.svelte";
22

33
const app = new App({
44
target: document.body,
55
props: {
6-
name: 'world',
6+
name: "world",
77
},
88
});
99

0 commit comments

Comments
 (0)