Skip to content

Commit

Permalink
Project adapter build settings does not consider nested paths #7
Browse files Browse the repository at this point in the history
  • Loading branch information
vratskyi committed Mar 1, 2024
1 parent 38c3269 commit fff9593
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ export default defineConfig({
mode: 'directory',
functionPerRoute: true,
routes: {
strategy: 'include'
strategy: 'include',
include: [
'/en/blog/*',
'/ru/blog/*'
]
}
})
});

0 comments on commit fff9593

Please sign in to comment.