Skip to content

Commit

Permalink
🔳
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 1, 2024
1 parent 3f9946c commit b4b0059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/HeroHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from 'react'

import raf from 'raf'
import random from 'random'

import FluidAnimation from 'react-fluid-animation'

const exp = random.exponential()
Expand Down
8 changes: 5 additions & 3 deletions pages/tags/[tagName].tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import React from 'react'
import omit from 'lodash.omit'
import { isDev, domain, rootNotionPageId } from 'lib/config'

import { domain, isDev, rootNotionPageId } from 'lib/config'
import { resolveNotionPage } from 'lib/resolve-notion-page'
import { NotionPage } from 'components'
import omit from 'lodash.omit'
import { ExtendedRecordMap } from 'notion-types'
import { normalizeTitle } from 'notion-utils'

import { NotionPage } from '@/components/NotionPage'

const tagsPropertyNameLowerCase = 'tags'

export const getStaticProps = async (context) => {
Expand Down

0 comments on commit b4b0059

Please sign in to comment.