Skip to content

Commit

Permalink
Update category in metadata.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 19, 2023
1 parent 33b5cc5 commit be7c556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/app/[locale]/play/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Metadata } from 'websites/types/Metadata'
import version from '~/version'

const metadata: Metadata = {
title: 'Master CSS Play',
description: 'A real-time code editor for Master CSS.',
category: 'Online',
category: `v${version}`,
openGraph: {
title: 'Playground'
}
Expand Down

0 comments on commit be7c556

Please sign in to comment.