From 1bcc80d99b54cf744248df597c9e8b0378d44cd4 Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:48:06 -0700 Subject: [PATCH] oops --- astro.config.mjs | 2 +- package.json | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 8f73152..6f5554e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,5 +2,5 @@ import { defineConfig } from "astro/config" // https://astro.build/config export default defineConfig({ - site: "bitbloxhub.github.io" + site: "https://bitbloxhub.github.io" }) diff --git a/package.json b/package.json index 6ce504f..1ad20b8 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "bitbloxhub.github.io", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "astro": "^2.9.0" - } + "name": "bitbloxhub.github.io", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^2.9.0" + } } \ No newline at end of file