diff --git a/.prettierrc.js b/.prettierrc.js index 7d9c9bd1b..9db12ef65 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -5,6 +5,14 @@ module.exports = { proseWrap: 'always', trailingComma: 'none', singleQuote: true, - plugins: ['prettier-plugin-svelte'], - overrides: [{ files: '*.svelte', options: { parser: 'svelte' } }] + plugins: ['prettier-plugin-astro', 'prettier-plugin-svelte'], + overrides: [ + { + files: '*.astro', + options: { + parser: 'astro' + } + }, + { files: '*.svelte', options: { parser: 'svelte' } } + ] }; diff --git a/.tool-versions b/.tool-versions index 9f5a94f83..a3769b2d0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ nodejs 18.19.0 -pnpm 9.9.0 \ No newline at end of file +pnpm 9.11.0 diff --git a/landing/src/pages/index.astro b/landing/src/pages/index.astro index d16adbf50..c6ecb3a4a 100644 --- a/landing/src/pages/index.astro +++ b/landing/src/pages/index.astro @@ -5,13 +5,13 @@ import MainPage from '@layouts/MainPage.astro';
Demo
@@ -34,10 +34,10 @@ import MainPage from '@layouts/MainPage.astro'; -
-

02. Example

+
+

02. Example

-
+
diff --git a/landing/src/pages/pricing.astro b/landing/src/pages/pricing.astro index 519fc58ab..955d156ae 100644 --- a/landing/src/pages/pricing.astro +++ b/landing/src/pages/pricing.astro @@ -38,10 +38,10 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
-

+

Business Plan

@@ -71,7 +71,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; >

  • -

    +

    Enterprise Plan

    @@ -158,7 +158,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; >

  • -

    +

    Shepherd Consulting

    @@ -244,7 +244,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; >