Add prebuild instead of manual metagen
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
parent
2bc9f45976
commit
c39203207d
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,3 +6,6 @@ dist/
|
|||||||
*.bun
|
*.bun
|
||||||
**/.*.md
|
**/.*.md
|
||||||
.env
|
.env
|
||||||
|
public/posts.json
|
||||||
|
public/notes.json
|
||||||
|
public/sitemap.json
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prebuild": "node ./scripts/generate-metadata.js",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
|
@ -1 +0,0 @@
|
|||||||
{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.439Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.579Z"},"browsers":{"title":"Web Browsers","mtime":"2024-09-13T08:47:57.942Z"},"steam":{"title":"Steam Client","mtime":"2024-12-28T17:07:10.689Z"},"lua":{"title":"Lua Programming Language","mtime":"2024-12-28T17:00:55.719Z"},"steam-deck":{"title":"Steam Deck","mtime":"2024-12-28T17:10:01.709Z"},"programming-resources":{"title":"Programming Resources","mtime":"2024-12-28T17:29:26.899Z"},"software":{"title":"Software","mtime":"2024-12-28T17:31:45.443Z"}}
|
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
@ -1 +0,0 @@
|
|||||||
{"title":"PaulW.XYZ","pages":{"posts":{"title":"Posts","pages":{}},"notes":{"title":"Notes","pages":{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.439Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.579Z"},"browsers":{"title":"Web Browsers","mtime":"2024-09-13T08:47:57.942Z"},"steam":{"title":"Steam Client","mtime":"2024-12-28T17:07:10.689Z"},"lua":{"title":"Lua Programming Language","mtime":"2024-12-28T17:00:55.719Z"},"steam-deck":{"title":"Steam Deck","mtime":"2024-12-28T17:10:01.709Z"},"programming-resources":{"title":"Programming Resources","mtime":"2024-12-28T17:29:26.899Z"},"software":{"title":"Software","mtime":"2024-12-28T17:31:45.443Z"}}},"about":{"title":"About"},"sitemap":{"title":"Site Map"}}}
|
|
Loading…
x
Reference in New Issue
Block a user