Skip to content

Commit

Permalink
0.8.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Oct 12, 2024
1 parent 7ffcadd commit c1b0dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[locale]/(main)/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { createSessionServerClient } from '@/app/appwrite-session'
import { Changelog } from '@/utils/types/models'
import { Query } from 'node-appwrite'

export const runtime = 'edge'

export async function generateMetadata({ params: { locale } }) {
const meta = await getTranslations({
locale,
Expand Down

0 comments on commit c1b0dcd

Please sign in to comment.