Skip to content

Commit

Permalink
fix root domain
Browse files Browse the repository at this point in the history
  • Loading branch information
k2xl committed Nov 18, 2024
1 parent e7b8cb7 commit e35ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/Games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Games: Record<GameId, Game> = {
logoPng: '/logos/thinky/thinky_small.png',
seoDescription: 'A platform dedicated to high-quality puzzle games',
seoTitle: 'Thinky Puzzle Games',
subdomain: 'thinky',
subdomain: '',
subtitle: 'Thinky Games',
type: GameType.NONE,
stripePaymentLinkMonthly: process.env.STRIPE_THINKY_PAYMENT_LINK_MONTHLY,
Expand Down

1 comment on commit e35ba65

@pudolll
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets go

Please sign in to comment.