diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..efc037a --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +onlyBuiltDependencies: + - esbuild diff --git a/src/App.svelte b/src/App.svelte index 1a5ff90..6d9833d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -19,7 +19,7 @@ }); const contacts = [ - { label: 'email', href: 'mailto:lain@iwakurahome.ru', text: 'lain@iwakurahome.ru' }, + { label: 'email', href: 'mailto:iwakura@keemail.me', text: 'iwakura@keemail.me' }, { label: 'telegram', href: 'https://t.me/systemxplore', text: '@systemxplore' }, { label: 'github', href: 'https://github.com/cryptexctl', text: '@cryptexctl' }, { label: 'Codeberg', href: 'https://codeberg.org/IwakuraLain', text: '@IwakuraLain' },