From 8e7dfd7a7e18645c8c41c7a68fd1e487ac2d4703 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Thu, 27 Jun 2024 22:30:07 -0400 Subject: [PATCH] fix: fix lunaria --- lunaria.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lunaria.config.json b/lunaria.config.json index 5625d499f..fee58821f 100644 --- a/lunaria.config.json +++ b/lunaria.config.json @@ -23,9 +23,9 @@ ], "files": [ { - "location": "src/content/**/*.mdx", - "pattern": "@lang/@path", + "location": "src/content/docs/**/*.mdx", + "pattern": "src/content/docs/@lang/@path", "type": "universal" } ] -} \ No newline at end of file +}