We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6746bb8 commit e1ff7bcCopy full SHA for e1ff7bc
public/index.html
@@ -16,6 +16,9 @@
16
<link rel="stylesheet" href="build/bundle.css" />
17
18
<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/" />
22
</head>
23
24
<body></body>
src/main.js
@@ -1,9 +1,9 @@
1
-import App from './App.svelte';
+import App from "./App.svelte";
2
3
const app = new App({
4
target: document.body,
5
props: {
6
- name: 'world',
+ name: "world",
7
},
8
});
9
0 commit comments