Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Mogilski committed Nov 9, 2023
1 parent cdec58c commit 4438c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ HYGRAPH_WEBOOK_SECRET // secret used for authenticating webhooks
```
Search engine - take it from your algolia project's config

```bash
NEXT_PUBLIC_ALGOLIA_API_ID
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY
```

Analytics - used for counting views on your articles. Needed for 'Trending Articles' section

```bash
GA_MEASUREMENT_ID:
GA_PROPERTY_ID:
GA_MEASUREMENT_ID:
GA_PROPERTY_ID:
GA_BASE64_SERVICE_ACCOUNT:
```

Expand All @@ -73,7 +75,6 @@ yarn dev

5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.


## 🚀 Deployment

Easily deploy your Next.js app with [Vercel](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=github&utm_campaign=next-enterprise) by clicking the button below: //final repo name goes here
Expand Down
1 change: 0 additions & 1 deletion src/app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default async function Layout({ children, params }: { children: React.Rea

const [navigationData, translations] = await Promise.all([getNavigation(locale), getNavigationTranslation(locale)])
const { navigation, footer, logo } = navigationData


return (
<html lang={locale}>
Expand Down

0 comments on commit 4438c34

Please sign in to comment.