We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e2eb7 commit 38e4c6dCopy full SHA for 38e4c6d
1 file changed
apps/web/app/core/nw/nwdbinfo.ts
@@ -1,5 +1,5 @@
1
export type NwdbResource = 'item' | 'resource' | 'recipe' | 'ability' | 'perk' | 'quest' | 'creature' | 'gatherable' | 'npc' | 'status-effect'
2
3
export function nwdbLinkUrl(itemType: NwdbResource, itemId: string) {
4
- return `https://ptr.nwdb.info/db/${itemType}/${encodeURIComponent(itemId)}`
+ return `https://nwdb.info/db/${itemType}/${encodeURIComponent(itemId)}`
5
}
0 commit comments