Changed the data stuff from db to source and changed the dist.css name to import.css because more userfriendliness(tm) hopefully not nuking everything, i kept the old dist so i dont also nuke the import link for everyone
This commit is contained in:
parent
9988b98f03
commit
4868f921dd
7 changed files with 11 additions and 10 deletions
2
.github/scripts/convert/index.mjs
vendored
2
.github/scripts/convert/index.mjs
vendored
|
|
@ -28,7 +28,7 @@ for (let i = 0; i < avis.length; i++) {
|
|||
}
|
||||
|
||||
await writeFile(
|
||||
join("../../", "db", "data.json"),
|
||||
join("../../", "source", "data.json"),
|
||||
format(
|
||||
JSON.stringify({
|
||||
avatars,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue