@smartive/graphql-magic 15.1.0 → 15.1.1
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/CHANGELOG.md +3 -3
- package/docs/docusaurus.config.ts +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## [15.1.1](https://github.com/smartive/graphql-magic/compare/v15.1.0...v15.1.1) (2024-04-03)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Docusaurus config ([415736b](https://github.com/smartive/graphql-magic/commit/415736b866c8526b24770a8e374cf0b3667380f6))
|
|
@@ -7,11 +7,8 @@ const config: Config = {
|
|
|
7
7
|
tagline: 'Model-first GraphQL API generator',
|
|
8
8
|
favicon: 'img/favicon.ico',
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
// Set the /<baseUrl>/ pathname under which your site is served
|
|
13
|
-
// For GitHub pages deployment, it is often '/<projectName>/'
|
|
14
|
-
baseUrl: '/',
|
|
10
|
+
url: 'https://smartive.github.io',
|
|
11
|
+
baseUrl: '/graphql-magic/',
|
|
15
12
|
|
|
16
13
|
// GitHub pages deployment config.
|
|
17
14
|
// If you aren't using GitHub pages, you don't need these.
|