diff --git a/astro.config.mjs b/astro.config.mjs index ff97c08..550e814 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,17 +1,13 @@ // @ts-check -import { defineConfig } from 'astro/config'; - +import {defineConfig} from 'astro/config'; import tailwindcss from '@tailwindcss/vite'; - import vue from '@astrojs/vue'; // https://astro.build/config export default defineConfig({ - site: "https://svitan.dev", - - vite: { - plugins: [tailwindcss()] - }, - - integrations: [vue()] -}); \ No newline at end of file + site: "https://svitan.dev", + vite: { + plugins: [tailwindcss()] + }, + integrations: [vue()] +}); diff --git a/src/components/Terminal.vue b/src/components/Terminal.vue deleted file mode 100644 index 5490100..0000000 --- a/src/components/Terminal.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 1e1911f..9fa8894 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,7 +68,8 @@ let a = years === 18 ? "an " : "a "; GitHub
Gitea
Signal
- Mastodon + Mastodon

diff --git a/src/pages/terminal.astro b/src/pages/terminal.astro deleted file mode 100644 index 20f1643..0000000 --- a/src/pages/terminal.astro +++ /dev/null @@ -1,10 +0,0 @@ ---- -import Layout from "../layouts/Layout.astro" -import Terminal from "../components/Terminal.vue" ---- - - -
- -
-