chore: cleanup
This commit is contained in:
parent
09e3662a88
commit
b5435762a1
12 changed files with 21 additions and 22 deletions
|
@ -1,8 +1,8 @@
|
|||
import { generateRssFeed } from "@utils/generateRssFeed";
|
||||
import { fetchGlobals } from "@utils/data/globals.js";
|
||||
import { fetchBooks } from "@utils/data/books.js";
|
||||
import fs from "fs/promises";
|
||||
import path from "path";
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
export async function getStaticPaths() {
|
||||
const globals = await fetchGlobals();
|
||||
|
|
Reference in a new issue