Skip to content

Commit

Permalink
feat: improved identity configuration (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw authored Nov 24, 2024
1 parent 0042b78 commit 252a12e
Show file tree
Hide file tree
Showing 10 changed files with 560 additions and 104 deletions.
8 changes: 8 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
declaration: true,
entries: [
{ input: 'src/schema', name: 'schema' },
],
})
2 changes: 1 addition & 1 deletion docs/content/0.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Schema.org.

Other suggestions:

- [Setup Your Identity](/docs/schema-org/guides/quick-setup)
- [Setup Your Identity](/docs/schema-org/guides/setup-identity)
2 changes: 1 addition & 1 deletion docs/content/2.guides/1.default-schema-org.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ export default defineNuxtConfig({

## Configuring Identity

Please see the [Setup Identity](/docs/schema-org/guides/quick-setup) guide for more information on configuring your identity.
Please see the [Setup Identity](/docs/schema-org/guides/setup-identity) guide for more information on configuring your identity.
90 changes: 0 additions & 90 deletions docs/content/2.guides/1.quick-setup.md

This file was deleted.

Loading

0 comments on commit 252a12e

Please sign in to comment.