Skip to content

Commit 38e4c6d

Browse files
committed
point nwdb link to live instead of ptr
1 parent f1e2eb7 commit 38e4c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/core/nw/nwdbinfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type NwdbResource = 'item' | 'resource' | 'recipe' | 'ability' | 'perk' | 'quest' | 'creature' | 'gatherable' | 'npc' | 'status-effect'
22

33
export function nwdbLinkUrl(itemType: NwdbResource, itemId: string) {
4-
return `https://ptr.nwdb.info/db/${itemType}/${encodeURIComponent(itemId)}`
4+
return `https://nwdb.info/db/${itemType}/${encodeURIComponent(itemId)}`
55
}

0 commit comments

Comments
 (0)