Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bbc4da441 | |||
| b247e93a83 |
+12
-7
@@ -55,16 +55,21 @@
|
||||
class="underline"
|
||||
>
|
||||
+421 948 309 804</a
|
||||
>
|
||||
{{ $t("main.contacts.signal") }}
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://matrix.to/#/@selfsigned-ash:svitan.dev"
|
||||
> <a
|
||||
href="https://signal.me/#eu/spS_7L9Ln0xOql7JZMEusWCSmR95-cMnVTgB-zbQBVM54M6FUnRBUZMjGmr-_6qA"
|
||||
target="_blank"
|
||||
class="underline"
|
||||
>
|
||||
@selfsigned-ash:svitan.dev
|
||||
{{ $t("main.contacts.signal") }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://matrix.to/#/@selfsigned-ash:matrix.org"
|
||||
target="_blank"
|
||||
class="underline"
|
||||
>
|
||||
@selfsigned-ash:matrix.org
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "svitan-dev-new",
|
||||
|
||||
+4
-3
@@ -19,10 +19,11 @@ export default defineNuxtConfig({
|
||||
"/": { prerender: true },
|
||||
},
|
||||
fonts: {
|
||||
families: [
|
||||
{ name: "JetBrains Mono", provider: "local" }
|
||||
]
|
||||
families: [{ name: "JetBrains Mono", provider: "local" }],
|
||||
},
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
nitro: {
|
||||
preset: "bun",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user