Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 5, 2023
1 parent a8e9fce commit 84768e8
Show file tree
Hide file tree
Showing 1,800 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,12 +3,12 @@ import DocHeader from '~/layouts/DocHeader';
import DocFooter from '~/layouts/DocFooter';
import { queryDictionary } from 'shared/dictionaries';
// @ts-expect-error
import allBlogMetadata from './*/metadata.ts'
import allBlogMetadata from './*/metadata.js'
import Image from 'next/image';
import { l } from 'to-line';
import dayjs from 'dayjs';
import Link from 'shared/components/Link';
import metadata from './metadata'
import metadata from './metadata.js'
import { generate } from '~/utils/metadata'

export async function generateMetadata(props: any, parent: any) {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 84768e8

Please sign in to comment.