generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export function getDeploymentIdQueryOrEmptyString() {
|
||||
if (process.env.NEXT_DEPLOYMENT_ID) {
|
||||
return `?dpl=${process.env.NEXT_DEPLOYMENT_ID}`;
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
//# sourceMappingURL=deployment-id.js.map
|
||||
Reference in New Issue
Block a user