Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 6, 2023
1 parent b8d4682 commit 8e96551
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 35,264 deletions.
1 change: 0 additions & 1 deletion apps/bibliotheca-dao/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const nextConfig = {
},

experimental: {
legacyBrowsers: false,
// React 18 server components
// @link https://nextjs.org/docs/advanced-features/react-18/server-components
// @link https://nextjs.org/docs/advanced-features/output-file-tracing#caveats
Expand Down
2 changes: 1 addition & 1 deletion apps/bibliotheca-dao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"heroicons": "^2.0.14",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.9",
"next": "13.1.6",
"next": "^14.0.3",
"next-auth": "^4.19.0",
"next-seo": "5.15.0",
"picocolors": "1.0.0",
Expand Down
7 changes: 2 additions & 5 deletions apps/bibliotheca-dao/src/components/layout/MainFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { links } from '@/data/Projects';

const footerLinkStyles = 'hover:font-semibold';

const footerHREFStyles = 'hover:border-b-4 border-gray-900/10 ';
const footerHREFStyles = 'hover:border-b-4 border-gray-900/10';

export const MainFooter = () => {
const daoLink: any = [
Expand All @@ -32,10 +32,7 @@ export const MainFooter = () => {
},
{
link: (
<a
className={footerHREFStyles}
href={'https://old.bibliothecadao.xyz'}
>
<a className={footerHREFStyles} href={'https://old.bibliothecadao.xyz'}>
Old Bibliotheca DAO site
</a>
),
Expand Down
Binary file added bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"cross-env": "7.0.3"
},
"devDependencies": {
"@bibliotheca-dao/eslint-config-bases": "workspace:^",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@commitlint/cli": "17.4.2",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"incremental": true,
"newLine": "lf"
},
"paths": {
"@/*": ["src/*"] // Adjust the path as needed
},
"exclude": ["**/node_modules", "**/.*/"]
}
Loading

0 comments on commit 8e96551

Please sign in to comment.