Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 631f40b

Browse files
committed
Adding install redirect
1 parent 16e95b7 commit 631f40b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

www/astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ export default defineConfig({
8888
server: {
8989
host: "0.0.0.0",
9090
},
91+
redirects: {
92+
"/install": "https://raw.githubusercontent.com/sst/ion/dev/install",
93+
},
9194
integrations: [
9295
sitemap({
9396
filter: (page) => !page.includes("/dummy/"),

www/bun.lockb

0 Bytes
Binary file not shown.

www/src/content/docs/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Ion is a new engine for deploying [SST](https://sst.dev) apps. It uses [Pulumi](
1111
Ion is **currently in alpha**. We'll be sharing more details on how to migrate your existing SST apps soon.
1212
:::
1313

14-
Once Ion is stable, it’ll be released as SST v3.
14+
Once Ion is stable, it’ll be released as SST v3. [Read the full announcement](https://sst.dev/blog/moving-away-from-cdk.html).
1515

1616
---
1717

0 commit comments

Comments
 (0)