mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 17:49:15 +00:00
feat: Migrate more to VueV3 logic, navbar improvements
This commit is contained in:
@@ -15,15 +15,6 @@
|
||||
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
|
||||
|
||||
<title>Lapikud</title>
|
||||
<script>
|
||||
(function () {
|
||||
var redirect = sessionStorage.redirect;
|
||||
delete sessionStorage.redirect;
|
||||
if (redirect && redirect !== location.href) {
|
||||
history.replaceState(null, null, redirect);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user