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" }