We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c644bc2 commit edba283Copy full SHA for edba283
.github/workflows/astro.yml
@@ -35,6 +35,9 @@ jobs:
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
38
+ - name: PNPM Install
39
+ -id: pnpm-install
40
+ run: npm install -g pnpm
41
- name: Detect package manager
42
id: detect-package-manager
43
run: |
astro.config.mjs
@@ -21,7 +21,7 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
21
22
// https://astro.build/config
23
export default defineConfig({
24
- site: "https://fuwari.vercel.app/",
+ site: "https://belfar.dev/",
25
base: "/",
26
trailingSlash: "always",
27
integrations: [
0 commit comments