promote-email-templates 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -317,7 +317,7 @@ declare const centerText: {
|
|
|
317
317
|
};
|
|
318
318
|
|
|
319
319
|
declare const appBaseUrl = "https://promote.co.mz";
|
|
320
|
-
declare const assetsBasePath = "https://
|
|
320
|
+
declare const assetsBasePath = "https://files.promote.co.mz/assets";
|
|
321
321
|
declare const appRoutes: {
|
|
322
322
|
homePageRoute: string;
|
|
323
323
|
creatorsList: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -317,7 +317,7 @@ declare const centerText: {
|
|
|
317
317
|
};
|
|
318
318
|
|
|
319
319
|
declare const appBaseUrl = "https://promote.co.mz";
|
|
320
|
-
declare const assetsBasePath = "https://
|
|
320
|
+
declare const assetsBasePath = "https://files.promote.co.mz/assets";
|
|
321
321
|
declare const appRoutes: {
|
|
322
322
|
homePageRoute: string;
|
|
323
323
|
creatorsList: string;
|
package/dist/index.js
CHANGED
|
@@ -129,7 +129,7 @@ var import_components = require("@react-email/components");
|
|
|
129
129
|
|
|
130
130
|
// emails/shared/values.ts
|
|
131
131
|
var appBaseUrl = `https://promote.co.mz`;
|
|
132
|
-
var assetsBasePath = `https://
|
|
132
|
+
var assetsBasePath = `https://files.promote.co.mz/assets`;
|
|
133
133
|
var appRoutes = {
|
|
134
134
|
homePageRoute: `${appBaseUrl}/home`,
|
|
135
135
|
creatorsList: `${appBaseUrl}/content-creators`,
|
package/dist/index.mjs
CHANGED
|
@@ -71,7 +71,7 @@ import { Container, Img, Link } from "@react-email/components";
|
|
|
71
71
|
|
|
72
72
|
// emails/shared/values.ts
|
|
73
73
|
var appBaseUrl = `https://promote.co.mz`;
|
|
74
|
-
var assetsBasePath = `https://
|
|
74
|
+
var assetsBasePath = `https://files.promote.co.mz/assets`;
|
|
75
75
|
var appRoutes = {
|
|
76
76
|
homePageRoute: `${appBaseUrl}/home`,
|
|
77
77
|
creatorsList: `${appBaseUrl}/content-creators`,
|