Skip to content

Commit

Permalink
Removed extra tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Oct 12, 2024
1 parent c67c7a2 commit c6f1000
Show file tree
Hide file tree
Showing 4 changed files with 3,077 additions and 85 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/mdx": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@umami/react-zen": "^0.3.0",
"classnames": "^2.2.6",
"fast-glob": "^3.3.2",
"glob": "^10.3.10",
Expand Down
8 changes: 2 additions & 6 deletions src/app/(website)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import '@fontsource/inter/400.css';
import '@fontsource/inter/700.css';
import '@fontsource/inter/800.css';
import '@fontsource/jetbrains-mono/400.css';
import 'react-basics/dist/styles.css';
import 'styles/github-dark.css';
import 'styles/variables.css';
import 'styles/index.css';
import '@umami/react-zen/dist/zen.css';
import '@umami/react-zen/dist/styles.css';

export default function RootLayout({ children }) {
return (
Expand All @@ -26,11 +27,6 @@ export default function RootLayout({ children }) {
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="712938ae-f6ba-4575-9b23-8aaa99aeb121"
></script>
{process.env.NODE_ENV === 'production' && (
<script
defer
Expand Down
4 changes: 1 addition & 3 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ body {
-apple-system,
BlinkMacSystemFont,
sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
font-size: 14px;
padding: 0;
margin: 0;
width: 100%;
Expand Down
Loading

0 comments on commit c6f1000

Please sign in to comment.