You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/entry-context.mdx
+14
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
---
2
3
title: Entry and Context
3
4
sort: 4
@@ -175,6 +176,19 @@ module.exports = {
175
176
176
177
For example: you can use dynamic entries to get the actual entries from an external source (remote server, file system content or database):
177
178
179
+
### Multiple Entry Points in Different Folders
180
+
In some scenarios, you might want to organize your entry points into different folders for better structure and maintainability. Here's how you can define multiple entry points located in different folders:
0 commit comments