Skip to content

Commit

Permalink
add another alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed May 7, 2024
1 parent 17744aa commit 700341b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Argv } from 'yargs'
import { recordTelemetryAttributes } from '@redwoodjs/cli-helpers'

export const command = 'og-image'
export const aliases = ['ogImage']
export const aliases = ['ogImage', 'ogimage']
export const description = 'Set up OG Image generation middleware'

export function builder(yargs: Argv) {
Expand Down

0 comments on commit 700341b

Please sign in to comment.