From fac160dc35d82e86815c7c0b7a75c64b6f5ed89d Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 1 May 2025 21:24:52 +0800 Subject: [PATCH] chore: update package info --- astro.config.mjs | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index c55c203..e842bf8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,6 +2,7 @@ import { defineConfig } from 'astro/config'; export default defineConfig({ site: 'https://terminal-blog.example.com', + base: '/', trailingSlash: 'ignore', build: { format: 'directory' diff --git a/package.json b/package.json index c6c3f15..d2e0a36 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,6 @@ "astro": "^5.2.5", "@astrojs/rss": "^4.0.1", "fuse.js": "^7.0.0" - } + }, + "packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808" }