Skip to content

Commit

Permalink
Finish about page with readme and highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Nov 29, 2024
1 parent d16ae1a commit 6c3fe66
Show file tree
Hide file tree
Showing 16 changed files with 150 additions and 109 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ available tasks to your project.

Generate your own Taskfile at [taskfile.sh](https://taskfile.sh).

[![CLI Taskfile preview](./images/cli-preview.gif)](https://taskfile.sh)
[![CLI Taskfile preview](public/cli-preview.gif)](https://taskfile.sh)

## Why

Expand Down
4 changes: 2 additions & 2 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { NextConfig } from 'next';
import type {NextConfig} from 'next';
import path from 'path';

const nextConfig: NextConfig = {
output: 'export',
webpack: (config) => {
config.module.rules.push({
test: /\.(txt|sh)$/i,
test: /\.(txt|sh|md)$/i,
use: 'raw-loader',
});

Expand Down
54 changes: 44 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@
"raw-loader": "^4.0.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-hook-form": "^7",
"sass": "^1.81.0"
"react-hook-form": "^7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "^15",
"markdown-to-jsx": "^7.7.0",
"prettier": "^3.3.3",
"sass": "^1.81.0",
"typescript": "^5"
},
"keywords": [
Expand Down
File renamed without changes
Loading

0 comments on commit 6c3fe66

Please sign in to comment.