From b8d3f2d0736dd26fa1c9e70b4badd90ac403e909 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Sat, 17 Feb 2024 12:27:11 +0100 Subject: [PATCH] style: format codebase --- astro.config.mjs | 2 +- src/env.d.ts | 2 +- src/pages/index.astro | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ef0fcdd..86dbfb9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,3 +1,3 @@ -import { defineConfig } from "astro/config"; +import { defineConfig } from 'astro/config'; export default defineConfig({}); diff --git a/src/env.d.ts b/src/env.d.ts index 8c34fb4..f964fe0 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1 +1 @@ -/// \ No newline at end of file +/// diff --git a/src/pages/index.astro b/src/pages/index.astro index 0e5d9a6..a81d4e1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,13 +1,13 @@ - - - - Astro Deploy - - -
-
Hello World
-
- + + + + Astro Deploy + + +
+
Hello World
+
+