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