File size: 1,184 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
 * Demo data used as placeholders and initial values for the blog
 */

export const title = "Blog.";

export const description = [
  {
    _key: "9f1a629887fd",
    _type: "block",
    children: [
      {
        _key: "4a58edd077880",
        _type: "span",
        marks: [],
        text: "A statically generated blog example using ",
      },
      {
        _key: "4a58edd077881",
        _type: "span",
        marks: ["ec5b66c9b1e0"],
        text: "Next.js",
      },
      {
        _key: "4a58edd077882",
        _type: "span",
        marks: [],
        text: " and ",
      },
      {
        _key: "4a58edd077883",
        _type: "span",
        marks: ["1f8991913ea8"],
        text: "Sanity",
      },
      {
        _key: "4a58edd077884",
        _type: "span",
        marks: [],
        text: ".",
      },
    ],
    markDefs: [
      {
        _key: "ec5b66c9b1e0",
        _type: "link",
        href: "https://nextjs.org/",
      },
      {
        _key: "1f8991913ea8",
        _type: "link",
        href: "https://sanity.io/",
      },
    ],
    style: "normal",
  },
];

export const ogImageTitle = "A Next.js Blog with a Native Authoring Experience";