Skip to content

Commit

Permalink
Decanter: Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Oct 6, 2023
1 parent 18d468e commit 88a4c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "contentlayer build",
"start": "next start",
"lint": "eslint \"**/*.{ts,tsx,js,jsx}\"",
"lint:fix": "eslint \"**/*.{ts,tsx,js,jsx}\" --quiet --fix",
Expand Down
2 changes: 1 addition & 1 deletion pages/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Head from 'next/head';
import { useMDXComponent } from 'next-contentlayer/hooks';
import { home } from 'utils/routes';
import { Homepage } from 'components/Homepage/Homepage';
import { allPages, type Page } from '../.contentlayer/generated';
import { allPages, type Page } from 'contentlayer/generated';
import {
Counter,
FlexBox,
Expand Down

0 comments on commit 88a4c48

Please sign in to comment.