Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Sep 23, 2024
1 parent 06cbe95 commit 85977c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default defineConfig({
{ label: 'REQUESTS - Caching', link: 'client/mediator/middleware/caching' },
{ label: 'REQUESTS - Resiliency', link: 'client/mediator/middleware/resilience' },
{ label: 'REQUESTS - Offline', link: 'client/mediator/middleware/offline' },
{ label: 'REQUESTS - Timed Logging', link: 'client/mediator/middleware/timedlogging' },
{ label: 'REQUESTS - Performance Logging', link: 'client/mediator/middleware/performancelogging' },
{ label: 'REQUESTS - User Notification Exception Handling', link: 'client/mediator/middleware/usererrornotifications' },
{ label: 'REQUESTS/EVENTS - Main Thread', link: 'client/mediator/middleware/mainthread' },
{ label: 'EVENTS - Exception Handling', link: 'client/mediator/middleware/eventexceptions' },
Expand Down

0 comments on commit 85977c8

Please sign in to comment.