Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: rewrite themes subdomain (#1388)

authored by

Maximilian Kaske and committed by
GitHub
1cb7a506 e5ec1862

+11
+10
apps/web/next.config.js
··· 67 67 async rewrites() { 68 68 return { 69 69 beforeFiles: [ 70 + { 71 + source: "/", 72 + has: [ 73 + { 74 + type: "host", 75 + value: "themes.openstatus.dev", 76 + }, 77 + ], 78 + destination: "https://stpg.dev", 79 + }, 70 80 // New design: proxy app routes to external host with slug prefix 71 81 { 72 82 source: "/:path*",
+1
packages/db/src/schema/pages/constants.ts
··· 11 11 "workflows", 12 12 "template", 13 13 "ssh", 14 + "themes", 14 15 ];