Skip to content

Commit

Permalink
Merge pull request #168 from otoyo/astro-3.3
Browse files Browse the repository at this point in the history
Astro 3.3
  • Loading branch information
otoyo authored Oct 17, 2023
2 parents 5096137 + 9161da2 commit e02f761
Show file tree
Hide file tree
Showing 7 changed files with 1,826 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16.x

- name: Run format
run: yarn format
run: npm run format

- uses: stefanzweifel/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Install packages
run: yarn install
run: npm install

- name: Run lint
run: yarn lint
run: npm run lint
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Cloudflare Pages のダッシュボードから手動でデプロイするか、

### 追加の必要要件

- Node.js v18 かそれ以上
- Node.js v18.14.1 かそれ以上
- Git

### ステップ
Expand All @@ -100,7 +100,7 @@ npm install
npm run dev
```

3. ブラウザで [http://localhost:3000](http://localhost:3000) を開きます
3. ブラウザで [http://localhost:4321](http://localhost:4321) を開きます
4. 開発サーバーを停止するにはターミナルで `Ctrl+C` を押します。

### その他の情報
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Please note that the astro-notion-blog requires manual deployment every time you

### Additional requirements

- Node.js v18 or higher
- Node.js v18.14.1 or higher

### Steps

Expand All @@ -93,7 +93,7 @@ npm install
npm run dev
```

3. Open [http://localhost:3000](http://localhost:3000) in your browser
3. Open [http://localhost:4321](http://localhost:4321) in your browser
4. Press `Ctrl+C` in the terminal to stop

### For more information
Expand Down
Loading

1 comment on commit e02f761

@vercel
Copy link

@vercel vercel bot commented on e02f761 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

astro-notion-blog – ./

astro-notion-blog-otoyo.vercel.app
astro-notion-blog-git-main-otoyo.vercel.app
astro-notion-blog-taupe.vercel.app

Please sign in to comment.