@titas_mallick/wedding-site-gen 2.0.5 → 2.0.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.
@@ -8,13 +8,13 @@ export const metadata: Metadata = {
8
8
  title: "You're Invited! | Wedding",
9
9
  description:
10
10
  "We would be honored to have you join us as we celebrate our wedding. View details for the ceremony and reception.",
11
- url: "your-wedding-site.com/invitation",
11
+ url: "https://your-wedding-site.com/invitation",
12
12
  siteName: "Groom & Bride",
13
13
  locale: "en_US",
14
14
  type: "website",
15
15
  images: [
16
16
  {
17
- url: "your-wedding-site.com/invite.jpeg", // Updated to use absolute URL for WhatsApp
17
+ url: "https://your-wedding-site.com/invite.jpeg", // Updated to use absolute URL for WhatsApp
18
18
  width: 1200,
19
19
  height: 630,
20
20
  alt: "Wedding Invitation",
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
25
25
  card: "summary_large_image",
26
26
  title: "Wedding Invitation | Groom & Bride",
27
27
  description: "Join us in celebrating our special day.",
28
- images: ["your-wedding-site.com/invite.jpeg"], // Updated to use absolute URL for WhatsApp
28
+ images: ["https://your-wedding-site.com/invite.jpeg"], // Updated to use absolute URL for WhatsApp
29
29
  },
30
30
  };
31
31
 
package/app/layout.tsx CHANGED
@@ -13,7 +13,7 @@ import ConciergeBot from "@/components/ConciergeBot";
13
13
  import { SchemaMarkup } from "@/components/SchemaMarkup";
14
14
 
15
15
  export const metadata: Metadata = {
16
- metadataBase: new URL("your-wedding-site.com"),
16
+ metadataBase: new URL("https://your-wedding-site.com"),
17
17
 
18
18
  title: {
19
19
  default: siteConfig.name,
@@ -31,7 +31,7 @@ export const metadata: Metadata = {
31
31
  authors: [
32
32
  {
33
33
  name: "Groom Name",
34
- url: "your-wedding-site.com",
34
+ url: "https://your-wedding-site.com",
35
35
  },
36
36
  ],
37
37
  creator: "Groom Name",
@@ -46,13 +46,13 @@ export const metadata: Metadata = {
46
46
  openGraph: {
47
47
  type: "website",
48
48
  locale: "en_US",
49
- url: "your-wedding-site.com",
49
+ url: "https://your-wedding-site.com/",
50
50
  title: siteConfig.name,
51
51
  description: siteConfig.description,
52
52
  siteName: siteConfig.name,
53
53
  images: [
54
54
  {
55
- url: "your-wedding-site.com/invite.jpeg",
55
+ url: "https://your-wedding-site.com/invite.jpeg",
56
56
  width: 1200,
57
57
  height: 630,
58
58
  alt: "Wedding Invitation",
@@ -63,7 +63,7 @@ export const metadata: Metadata = {
63
63
  card: "summary_large_image",
64
64
  title: siteConfig.name,
65
65
  description: siteConfig.description,
66
- images: ["your-wedding-site.com/invite.jpeg"],
66
+ images: ["https://your-wedding-site.com/invite.jpeg"],
67
67
  creator: "@wedding",
68
68
  },
69
69
  robots: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titas_mallick/wedding-site-gen",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "A comprehensive AI-powered wedding website generator based on Next.js, Firebase, and Gemini AI.",
5
5
  "repository": {
6
6
  "type": "git",