We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e06b commit a197b0cCopy full SHA for a197b0c
scripts/getfiles.js
@@ -55,7 +55,7 @@ writeJson = postsarr => {
55
const arr = JSON.stringify(postsarr);
56
const jsonContent = `export const postsArray = ${arr}`;
57
58
- fs.writeFile(`./src/app/blog/dashboard/posts.ts`, jsonContent, function(err) {
+ fs.writeFile(`./src/assets/posts/posts.ts`, jsonContent, function(err) {
59
if (err) {
60
return console.log(err);
61
}
0 commit comments