This commit is contained in:
Jade Ellis 2024-06-16 18:09:04 +01:00
parent 0b1ac24cdd
commit 0dfe8c4c8a
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<script lang="ts">
import url from "./logo.svg?url";
// https://www.aleksandrhovhannisyan.com/
// https://github.com/AleksandrHovhannisyan/aleksandrhovhannisyan.com/tree/master
</script>
<header id="navbar">

View file

@ -21,6 +21,7 @@ export function get_base_extensions(
basicSetup
];
// @ts-ignore
if (useTab) extensions.push(keymap.of([indentWithTab]));
// if (placeholder) extensions.push(placeholderExt(placeholder));
if (lang) extensions.push(lang);