Skip to content

Commit 0cf891b

Browse files
committed
Changed config and corrected doc spelling
1 parent a9569a4 commit 0cf891b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package-lock.json
55
.DS_Store
66
origconfig.toml
77
.env
8+
README.json

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ imaging:
134134
anchor: smart
135135
services:
136136
googleAnalytics:
137-
id: UA-84702578-1
137+
id: G-JMKHVVWL98 #UA-84702578-1
138138
languages:
139139
en:
140140
title: LambdaStack

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lastmod: '2021-12-03T20:38:05.594Z'
99
---
1010

1111
{{% pageinfo %}}
12-
You're encouraged to make pull requests to enhance any __"wholes"__ that you may find in the documentation.
12+
You're encouraged to make pull requests to enhance any __"holes"__ that you may find in the documentation.
1313
{{% /pageinfo %}}
1414

1515
Welcome to the LambdaStack documentation center. At this moment, the documentation is on [LAMBDASTACK REPO](https://github.com/lambdastack/lambdastack).

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"postcss": "^8.4.4",
2525
"postcss-cli": "^8.3.1",
2626
"tailwindcss": "^3.0.0",
27-
"tailwindcss-children": "^2.1.0"
28-
},
29-
"dependencies": {
27+
"tailwindcss-children": "^2.1.0",
3028
"@tailwindcss/aspect-ratio": "^0.4.0",
3129
"@tailwindcss/forms": "^0.4.0",
3230
"@tailwindcss/line-clamp": "^0.3.0",

0 commit comments

Comments
 (0)