Skip to content

Commit

Permalink
Add pages example forum template (cloudflare#125)
Browse files Browse the repository at this point in the history
* Added pages forum example to workers

* run pretest
  • Loading branch information
Ekwuno authored Oct 3, 2022
1 parent 11519a6 commit 6eff05d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/workers.new/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ const redirects: Redirects = {
'Pages Plugin static forms',
'dev',
],
'/pages-example-forum-app': [
'pages-example-forum-app',
'functions/api/code.ts',
'Pages Example Forum app',
'dev',
],
'/stream/stream-player': [
'stream/playback/stream-player',
'src/index.html',
Expand Down

0 comments on commit 6eff05d

Please sign in to comment.