Skip to content

Commit 10c8d11

Browse files
+
1 parent 66f7395 commit 10c8d11

40 files changed

+931
-290
lines changed

next.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,26 @@ const config = {
1414
typescript: {
1515
ignoreBuildErrors: true,
1616
},
17+
experimental: {
18+
reactCompiler: true,
19+
},
1720
async redirects() {
1821
return [
1922
{
2023
source: routes.desktop,
2124
destination: routes.lock,
2225
permanent: false,
23-
// missing: [
24-
// {
25-
// type: "query",
26-
// key: "authorized",
27-
// value: "true",
28-
// },
29-
// ],
3026
missing: [
3127
{
32-
type: "cookie",
28+
type: "query",
3329
key: "authorized",
3430
value: "true",
3531
},
32+
// {
33+
// type: "cookie",
34+
// key: "authorized",
35+
// value: "true",
36+
// },
3637
],
3738
},
3839
];

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@radix-ui/react-slot": "^1.1.0",
3333
"@radix-ui/react-tooltip": "^1.1.2",
3434
"@t3-oss/env-nextjs": "^0.10.1",
35+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
3536
"class-variance-authority": "^0.7.0",
3637
"clsx": "^2.1.1",
3738
"cookies-next": "^5.0.2",

pnpm-lock.yaml

Lines changed: 43 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/google0297be4585eb90db.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google0297be4585eb90db.html

public/icons/file.png

1.23 KB
Loading

public/icons/notepad.png

7.63 KB
Loading

public/icons/settings.png

13.5 KB
Loading

public/icons/shortcut.png

1.25 KB
Loading

public/icons/x-twitter.svg

Lines changed: 9 additions & 0 deletions
Loading

public/start-dark.ico

143 KB
Binary file not shown.

0 commit comments

Comments
 (0)