From d2f52549955ff7600cc5897e67806df4ebf85f91 Mon Sep 17 00:00:00 2001
From: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Date: Wed, 23 Aug 2023 16:05:01 +0000
Subject: [PATCH] fix(esbuild): conflict with esbuild-sass-plugin (#402)

---
 content/features/graph view.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/features/graph view.md b/content/features/graph view.md
index 9fb31be..c7ddb03 100644
--- a/content/features/graph view.md
+++ b/content/features/graph view.md
@@ -22,7 +22,7 @@
 
 For example, here's what the default configuration looks like:
 
-```typescript title="quartz.config.ts"
+```typescript title="quartz.layout.ts"
 Component.Graph({
   localGraph: {
     drag: true, // whether to allow panning the view around
@@ -53,7 +53,7 @@
 
 Want to customize it even more?
 
-- Removing graph view: delete all usages of `Component.Graph()` from `quartz.config.ts`.
+- Removing graph view: delete all usages of `Component.Graph()` from `quartz.layout.ts`.
 - Component: `quartz/components/Graph.tsx`
 - Style: `quartz/components/styles/graph.scss`
 - Script: `quartz/components/scripts/graph.inline.ts`

--
Gitblit v1.10.0