From 0537f89c869f3370563b7851a9ec644fa1b352fc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 14 Sep 2023 22:15:05 +0300 Subject: [PATCH] squash! --- Source/Layout/Base.astro | 6 ++---- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Source/Layout/Base.astro b/Source/Layout/Base.astro index b646a71a4..42a746a79 100644 --- a/Source/Layout/Base.astro +++ b/Source/Layout/Base.astro @@ -46,10 +46,8 @@ interface Props { -
-
- -
+
+
diff --git a/package.json b/package.json index 2375098f3..b7c8d53eb 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "doccer-web", + "name": "@website/doccer_page", "version": "0.0.1", - "private": false, - "homepage": "https://github.com/Doccer-Page/doccer.page#readme", + "private": true, + "homepage": "https://github.com/DoccerPage/Website#readme", "bugs": { - "url": "https://github.com/Doccer-Page/doccer.page/issues" + "url": "https://github.com/DoccerPage/Website/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/Doccer-Page/doccer.page.git" + "url": "git+https://github.com/DoccerPage/Website.git" }, "license": "MIT", "author": { @@ -27,7 +27,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "astro": "3.0.13", + "astro": "3.1.0", "astro-compress": "2.0.16", "astro-critters": "2.0.11", "astro-rome": "2.0.9", @@ -49,6 +49,6 @@ "zod": "3.22.2" }, "publishConfig": { - "access": "public" + "access": "restricted" } }