Skip to content

Commit

Permalink
reduce install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 27, 2023
1 parent f50ddf6 commit e1cd3d9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions content/articles/2023-09-23-astro-redirect-from/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ The plugin is designed to work without configuration, especially if your project
```bash
cd yourproject/

# Using NPM
npx astro add astro-redirect-from
# Using Yarn
yarn astro add astro-redirect-from
# Using PNPM
pnpm astro add astro-redirect-from
```

If installing manually:
Expand All @@ -78,7 +73,7 @@ import redirectFrom from 'astro-redirect-from'
export default defineConfig({
// ...
integrations: [
// make sure this is listed before any hosting integration
// make sure this is listed BEFORE any hosting integration
redirectFrom()
]
// ...
Expand Down

1 comment on commit e1cd3d9

@vercel
Copy link

@vercel vercel bot commented on e1cd3d9 Sep 27, 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:

blog – ./

kremalicious.vercel.app
blog-git-main-kremalicious.vercel.app
blog-kremalicious.vercel.app

Please sign in to comment.