From 2b556582b3a0a93340216877c7a7a6ec2f52b3d6 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 25 Mar 2022 09:49:26 -0400 Subject: [PATCH] fix broken images --- readme.md | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/readme.md b/readme.md index ea0a505..5dfc75c 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@

- Example article page + Example article page

@@ -8,7 +8,7 @@ > The perfect starter kit for building websites with Next.js and Notion. -[![Build Status](https://travis-ci.com/transitive-bullshit/nextjs-notion-starter-kit.svg?branch=main)](https://travis-ci.com/transitive-bullshit/nextjs-notion-starter-kit) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io) +[![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io) ## Intro @@ -111,30 +111,12 @@ If a page has less than `minTableOfContentsItems` (default 3), the table of cont This table of contents uses the same logic that Notion uses for its built-in Table of Contents block (see [getPageTableOfContents](https://github.com/NotionX/react-notion-x/blob/master/packages/notion-utils/src/get-page-table-of-contents.ts) for the underlying logic and associated unit tests). -## Screenshots - -### Mobile Article Page +## Mobile

- - Mobile Article Page - -

- -### Desktop Home Page - -

- - Desktop Home Page - -

- -### Desktop Article Page (Dark Mode) - -

- - Desktop Article Page - + Mobile home page +        + Mobile article page

## License