From 0334d18e237c6417c83c0af3ff9d540df548dcfd Mon Sep 17 00:00:00 2001
From: Daniel Svitan
Date: Mon, 30 Jun 2025 16:03:51 +0200
Subject: [PATCH] :fire: Deletes terminal
---
astro.config.mjs | 18 ++++-----
src/components/Terminal.vue | 74 -------------------------------------
src/pages/index.astro | 3 +-
src/pages/terminal.astro | 10 -----
4 files changed, 9 insertions(+), 96 deletions(-)
delete mode 100644 src/components/Terminal.vue
delete mode 100644 src/pages/terminal.astro
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"
----
-
-
-
-
-
-