Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 14, 2023
1 parent ec25a3a commit 0537f89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ interface Props {
<!-- Favicon -->
</head>
<body>
<div id="doccer-web">
<div class="grow">
<slot />
</div>
<div class="grow">
<slot />
</div>
</body>
</html>
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -49,6 +49,6 @@
"zod": "3.22.2"
},
"publishConfig": {
"access": "public"
"access": "restricted"
}
}

0 comments on commit 0537f89

Please sign in to comment.