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 +}