create-lacspace-seo 1.0.1 → 1.0.2
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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ export const metadata = site.meta({ title: "Pricing", path: "/pricing" });
|
|
|
84
84
|
|
|
85
85
|
## Licensing
|
|
86
86
|
|
|
87
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
87
|
+
This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
88
88
|
|
|
89
89
|
Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
|
|
90
90
|
|
|
@@ -94,13 +94,13 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
94
94
|
|
|
95
95
|
## The Lacspace Developer Platform
|
|
96
96
|
|
|
97
|
-
`create-lacspace-seo` is part of **
|
|
97
|
+
`create-lacspace-seo` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
98
98
|
|
|
99
|
-
- 🗂️ **All
|
|
99
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
100
100
|
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
101
101
|
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
102
102
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
103
103
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
104
104
|
|
|
105
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
105
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-lacspace-seo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Scaffold a complete, production-ready SEO setup into a Next.js App Router app in seconds — defineSite() config plus ready-made robots.txt, sitemap.xml, feed.xml, llms.txt and a dynamic OG-image route. Zero config, zero copywriting.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|