嗯,这个我一直自己再用,用 nextjs 重构了一下,后面基础优化,再加些有意思的想法
出现错误,错误如下
[08:46:13.470] Running build in Washington, D.C., USA (East) – iad1
[08:46:13.470] Build machine configuration: 2 cores, 8 GB
[08:46:13.486] Cloning github.com/sumeesu/meesunav (Branch: main, Commit: 9f3d3d6)
[08:46:13.494] Skipping build cache, deployment was triggered without cache.
[08:46:13.897] Cloning completed: 410.000ms
[08:46:14.441] Running "vercel build"
[08:46:14.879] Vercel CLI 43.3.0
[08:46:15.495] Warning: Detected "engines": { "node": ">=20" } in your `package.json` that will automatically upgrade when a new major Node.js Version is released. Learn More: http://vercel.link/node-version
[08:46:15.517] Detected `pnpm-lock.yaml` version 9 generated by [email protected] with package.json#packageManager [email protected]
[08:46:15.533] Installing dependencies...
[08:46:17.747] Scope: all 5 workspace projects
[08:46:17.828] Lockfile is up to date, resolution step is skipped
[08:46:17.873] Progress: resolved 1, reused 0, downloaded 0, added 0
[08:46:17.993] Packages: +557
[08:46:17.994] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[08:46:18.882] Progress: resolved 557, reused 0, downloaded 11, added 0
[08:46:19.883] Progress: resolved 557, reused 0, downloaded 15, added 0
[08:46:20.889] Progress: resolved 557, reused 0, downloaded 16, added 0
[08:46:21.891] Progress: resolved 557, reused 0, downloaded 26, added 12
[08:46:22.893] Progress: resolved 557, reused 0, downloaded 27, added 13
[08:46:23.893] Progress: resolved 557, reused 0, downloaded 31, added 15
[08:46:24.894] Progress: resolved 557, reused 0, downloaded 38, added 23
[08:46:25.942] Progress: resolved 557, reused 0, downloaded 38, added 24
[08:46:26.944] Progress: resolved 557, reused 0, downloaded 53, added 37
[08:46:27.945] Progress: resolved 557, reused 0, downloaded 88, added 77
[08:46:28.946] Progress: resolved 557, reused 0, downloaded 165, added 155
[08:46:29.967] Progress: resolved 557, reused 0, downloaded 282, added 271
[08:46:30.970] Progress: resolved 557, reused 0, downloaded 339, added 326
[08:46:31.972] Progress: resolved 557, reused 0, downloaded 399, added 383
[08:46:32.975] Progress: resolved 557, reused 0, downloaded 420, added 404
[08:46:33.974] Progress: resolved 557, reused 0, downloaded 459, added 446
[08:46:34.939] Progress: resolved 557, reused 0, downloaded 557, added 557, done
[08:46:35.173] .../node_modules/core-js-pure postinstall$ node -e "try{require('./postinstall')}catch(e){}"
[08:46:35.186] .../[email protected]/node_modules/sharp install$ node install/check
[08:46:35.228] .../node_modules/core-js-pure postinstall: Done
[08:46:35.333] .../[email protected]/node_modules/sharp install: Done
[08:46:35.712]
[08:46:35.713] dependencies:
[08:46:35.713] + husky 9.1.7
[08:46:35.713]
[08:46:35.713] devDependencies:
[08:46:35.714] + @m-nav/eslint-config 0.0.0 <- packages/eslint-config
[08:46:35.714] + @m-nav/typescript-config 0.0.0 <- packages/typescript-config
[08:46:35.714] + bumpp 10.2.0
[08:46:35.714] + prettier 3.5.1
[08:46:35.714] + turbo 2.4.2
[08:46:35.714] + typescript 5.7.3
[08:46:35.714]
[08:46:35.730] . prepare$ husky
[08:46:35.795] . prepare: Done
[08:46:35.803] Done in 18.4s using pnpm v10.4.1
[08:46:35.872] Running "pnpm run build"
[08:46:36.492]
[08:46:36.493] > [email protected] build /vercel/path0
[08:46:36.493] > turbo build
[08:46:36.498]
[08:46:36.560]
[08:46:36.561] Attention:
[08:46:36.561] Turborepo now collects completely anonymous telemetry regarding usage.
[08:46:36.561] This information is used to shape the Turborepo roadmap and prioritize features.
[08:46:36.561] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[08:46:36.562] https://turbo.build/repo/docs/telemetry
[08:46:36.562]
[08:46:36.595] • Packages in scope: @m-nav/eslint-config, @m-nav/typescript-config, @m-nav/ui, @m-nav/web
[08:46:36.595] • Running build in 4 packages
[08:46:36.595] • Remote caching enabled
[08:46:36.627] @m-nav/web:build: cache bypass, force executing 8306b2e852591d35
[08:46:36.939] @m-nav/web:build:
[08:46:36.939] @m-nav/web:build: > @m-nav/[email protected] build /vercel/path0/apps/web
[08:46:36.939] @m-nav/web:build: > next build
[08:46:36.941] @m-nav/web:build:
[08:46:37.591] @m-nav/web:build: Attention: Next.js now collects completely anonymous telemetry regarding usage.
[08:46:37.592] @m-nav/web:build: This information is used to shape Next.js' roadmap and prioritize features.
[08:46:37.593] @m-nav/web:build: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[08:46:37.593] @m-nav/web:build: https://nextjs.org/telemetry
[08:46:37.593] @m-nav/web:build:
[08:46:37.650] @m-nav/web:build: ▲ Next.js 15.3.4
[08:46:37.651] @m-nav/web:build:
[08:46:37.715] @m-nav/web:build: Creating an optimized production build ...
[08:46:53.020] @m-nav/web:build: ✓ Compiled successfully in 12.0s
[08:46:53.025] @m-nav/web:build: Linting and checking validity of types ...
[08:46:53.390] @m-nav/web:build: ⨯ ESLint: Cannot find package '@eslint/js' imported from /vercel/path0/packages/eslint-config/next.js Did you mean to import "@eslint/js/src/index.js"?
[08:46:56.816] @m-nav/web:build: Collecting page data ...
[08:46:57.244] @m-nav/web:build: ⚠ Using edge runtime on a page currently disables static generation for that page
[08:46:58.598] @m-nav/web:build: Generating static pages (0/4) ...
[08:46:59.646] @m-nav/web:build: Generating static pages (1/4)
[08:46:59.647] @m-nav/web:build: Generating static pages (2/4)
[08:46:59.647] @m-nav/web:build: Generating static pages (3/4)
[08:46:59.647] @m-nav/web:build: ✓ Generating static pages (4/4)
[08:46:59.975] @m-nav/web:build: Finalizing page optimization ...
[08:46:59.980] @m-nav/web:build: Collecting build traces ...
[08:47:07.321] @m-nav/web:build:
[08:47:07.331] @m-nav/web:build: Route (app) Size First Load JS
[08:47:07.332] @m-nav/web:build: ┌ ƒ / 20.2 kB 121 kB
[08:47:07.332] @m-nav/web:build: ├ ○ /_not-found 980 B 102 kB
[08:47:07.332] @m-nav/web:build: └ ƒ /favicon/[domain] 137 B 101 kB
[08:47:07.332] @m-nav/web:build: + First Load JS shared by all 101 kB
[08:47:07.332] @m-nav/web:build: ├ chunks/1682f38c-35fb157c50925334.js 53.2 kB
[08:47:07.333] @m-nav/web:build: ├ chunks/825-ced602ea379ce958.js 46.1 kB
[08:47:07.333] @m-nav/web:build: └ other shared chunks (total) 1.92 kB
[08:47:07.333] @m-nav/web:build:
[08:47:07.333] @m-nav/web:build:
[08:47:07.333] @m-nav/web:build: ○ (Static) prerendered as static content
[08:47:07.333] @m-nav/web:build: ƒ (Dynamic) server-rendered on demand
[08:47:07.333] @m-nav/web:build:
[08:47:07.363]
[08:47:07.363] Tasks: 1 successful, 1 total
[08:47:07.364] Cached: 0 cached, 1 total
[08:47:07.364] Time: 30.794s
[08:47:07.364] Summary: /vercel/path0/.turbo/runs/2zCoU1fj8DP8C9jATXXHO08fRGc.json
[08:47:07.364]
[08:47:07.638] Error: No Output Directory named "build" found after the Build completed. You can configure the Output Directory in your Project Settings.
[08:47:07.638] Learn More: https://vercel.link/missing-public-directory
[08:47:08.105]
[08:47:10.575] Exiting build container
不错的想法,有空看看
这想法可以,正愁开了wolai会员没地方用
1 Like
为啥不用 notion 呢
notion之前被墙了,后面就没用了 我有分享给朋友看的需求
不错啊,网站图标和网站标题可以显示的再大一点点就更好了,如果能再来点小动效就更帅了,色块滑移-边缘光晕-放大等,
感谢分享
1 Like
嘿嘿,后面会尝试添加一些特别的动效,最终还是越简单越好
1 Like
嗯,我之前也因为这个理由找过国内的替代品,用 wolai 总感觉用仿版的感觉,notion 新的功能抄不完又想用。还有之前知乎 wolai 老板的事件。现在分享出去的东西基本都走代理了,比如 busyhe.com blog.busyhe.com wiki.busyhe.com,所以基本满足分享功能了和访问速度问题了。而且现在 notion 国内访问还行
很强,福利项目的佬必备
1 Like
可以的 回头我也试试
1 Like
可以整理为一个表格,再多一个表头,这样不会更加方便一些吗?
notion国内访问卡 怎么解决 有时候查一个东西半天
像这样,新增一个属性,这样就可以一张表,直接填了.
1 Like
FQ 是目前唯一解
嗯,原本也是这样的,后来改成按 group 分组,感觉更直观一些,所见即所得,按顺序展示。
新增一个视图就可以了呀!
notionnext里有一个导航主题,搭配save to notion插件使用,非常丝滑