diff --git a/.prettierignore b/.prettierignore index 6a2648517..b18b97505 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,16 +1,22 @@ -data/api/**/*.json - +!_shims.mjs +!public/_redirects .DS_Store -*.swp +.next/ +.react-router *.swo +*.swp +app/**/*.mjs +build +data/api/**/*.json +dist +index_data/*.json +node_modules/ +out/ +public/playground-bundles/ # Generated via update-index script public/blog/feed.xml -node_modules/ -.next/ -out/ -index_data/*.json # Generated via test examples script _tempFile.cmi @@ -19,6 +25,7 @@ _tempFile.cmt _tempFile.res temp + .bsb.lock .merlin lib/ @@ -34,16 +41,5 @@ public/llms/manual/**/llm*.txt public/llms/react/**/llm*.txt pages/docs/**/**/llms.mdx -public/playground-bundles/ -!public/_redirects - - -dist -build -.react-router - -app/**/*.mjs -!_shims.mjs - # prettier refuses to not mess up the installation table markdown-pages/docs/manual/installation.mdx \ No newline at end of file diff --git a/app/root.res b/app/root.res index 8d233625d..ecb0beea1 100644 --- a/app/root.res +++ b/app/root.res @@ -52,17 +52,13 @@ let default = () => {
- - // Preload the fonts used for the above the fold on the homepage - - + - -