diff --git a/app/src/content/pages/app.md b/app/src/content/pages/app.md index c475ff4d..d27753b5 100644 --- a/app/src/content/pages/app.md +++ b/app/src/content/pages/app.md @@ -1,5 +1,5 @@ --- title: App Info template: app -path: about/support/app.html +path: app/index.html --- diff --git a/app/src/content/pages/help.md b/app/src/content/pages/help.md index c172328f..2ba38049 100644 --- a/app/src/content/pages/help.md +++ b/app/src/content/pages/help.md @@ -1,7 +1,7 @@ --- title: Help template: legal -path: about/support/help.html +path: help/index.html --- ## Getting Started diff --git a/app/src/content/pages/license.md b/app/src/content/pages/license.md index ca7954a4..ee09f3e6 100644 --- a/app/src/content/pages/license.md +++ b/app/src/content/pages/license.md @@ -1,7 +1,7 @@ --- title: License template: legal -path: about/support/license.html +path: license/index.html --- ## Software License diff --git a/app/src/content/pages/privacy.md b/app/src/content/pages/privacy.md index f7bd51e7..9f7a5beb 100644 --- a/app/src/content/pages/privacy.md +++ b/app/src/content/pages/privacy.md @@ -1,7 +1,7 @@ --- title: Privacy Policy template: legal -path: about/support/privacy.html +path: privacy/index.html --- ## Information We Collect diff --git a/app/src/content/pages/tos.md b/app/src/content/pages/tos.md index eb1a2607..3d5cfdfb 100644 --- a/app/src/content/pages/tos.md +++ b/app/src/content/pages/tos.md @@ -1,7 +1,7 @@ --- title: Terms of Service template: legal -path: about/support/tos.html +path: tos/index.html --- ## Acceptance of Terms diff --git a/app/src/templates/layout.ts b/app/src/templates/layout.ts index fae7bfca..ad33caab 100644 --- a/app/src/templates/layout.ts +++ b/app/src/templates/layout.ts @@ -28,7 +28,6 @@ export function appLayout(site: SiteConfig, content: string): string {