UNPKG
@pittica/gatsby-plugin-seo
Version:
latest (4.3.9)
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.2.2
3.2.0
3.1.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
SEO optimization plugin for GatsbyJS.
github.com/pittica/gatsby-plugin-seo
pittica/gatsby-plugin-seo
@pittica/gatsby-plugin-seo
/
context
/
social-context.js
10 lines
(7 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
void
0
;
var
_react =
require
(
"react"
);
const
SocialContext
=
/*#__PURE__*/
(
0
, _react.
createContext
)({});
var
_default =
SocialContext
;
exports
.
default
= _default;