Skip to content

Commit edba283

Browse files
committed
Updated site and actions
1 parent c644bc2 commit edba283

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/astro.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
38+
- name: PNPM Install
39+
-id: pnpm-install
40+
run: npm install -g pnpm
3841
- name: Detect package manager
3942
id: detect-package-manager
4043
run: |

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
2121

2222
// https://astro.build/config
2323
export default defineConfig({
24-
site: "https://fuwari.vercel.app/",
24+
site: "https://belfar.dev/",
2525
base: "/",
2626
trailingSlash: "always",
2727
integrations: [

0 commit comments

Comments
 (0)