Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Nov 11, 2024
1 parent 10cf6ac commit ca30827
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 434 deletions.
2 changes: 1 addition & 1 deletion apps/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/lodash.debounce": "^4.0.9",
"framer-motion": "^11.9.0",
"lodash.debounce": "^4.0.8",
"next": "^14.2.14",
"next": "^14.2.17",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
1 change: 0 additions & 1 deletion apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ let config = {

config.resolve = {
...config.resolve,
extensions: ['.js', '.jsx', '.ts', '.tsx'],
}

config.module.rules.push({
Expand Down
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"framer-motion": "^11.9.0",
"github-slugger": "^2.0.0",
"match-sorter": "^6.3.4",
"next": "14.2.12",
"next-contentlayer2": "^0.5.1",
"next": "14.2.17",
"next-contentlayer2": "^0.5.3",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.6.0",
"prism-react-renderer": "^1.3.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/website/public/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<item>
<guid>https://saas-ui.dev/blog/building-a-multi-tenant-b2b-saas-with-vite-tanstack-router</guid>
<title>Building a multi-tenant B2B SaaS with Vite and Tanstack Router & Query - Part 1: The boilerplate</title>
<title>Building a multi-tenant B2B SaaS with Vite, Tanstack React Router and Query - Part 1: The boilerplate</title>
<link>https://saas-ui.dev/blog/building-a-multi-tenant-b2b-saas-with-vite-tanstack-router</link>
<description>In this article, we'll start building a multi-tenant B2B SaaS using Vite, Tanstack Router & Query, Chakra UI and Saas UI.</description>
<description>In this article, we'll start building a multi-tenant B2B SaaS using Vite, Tanstack React Router, React Query, Chakra UI and Saas UI.</description>
<pubDate>Fri, 23 Feb 2024 00:00:00 GMT</pubDate>
<author>[email protected] (Eelco Wiersma)</author>
<category>vite</category><category>tanstack router</category><category>react query</category><category>react</category><category>saas ui</category><category>chakra ui</category>
Expand Down
Loading

0 comments on commit ca30827

Please sign in to comment.