Skip to content

Commit

Permalink
docs: Update blog title.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 2, 2024
1 parent e41a910 commit d24741a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/blog/2024-09-02_moon-v1.28.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: moon-v1.28
title: moon v1.28 - OS tasks, meta tokens, and more
title: moon v1.28 - Task presets, OS tasks, meta tokens, and more
authors: [milesj]
tags: [os, task, meta, token, toolchain, preset]
image: ./img/moon/v1.28.png
Expand Down Expand Up @@ -32,13 +32,13 @@ example, old `local` tasks can be rewritten as such:
# Before
tasks:
start:
command: 'vite start'
command: 'vite dev'
local: true

# After
tasks:
start:
command: 'vite start'
command: 'vite dev'
preset: 'server'
```

Expand Down

0 comments on commit d24741a

Please sign in to comment.