change: Changed linking options and removed warnings from config

This commit is contained in:
Nicholas Novak 2025-03-24 10:53:13 -07:00
parent 5764683e98
commit 5a2e93ee44

View File

@ -24,8 +24,8 @@ const config = {
serviceWorker: {
register: true,
},
prerender: {
handleHttpError: "warn",
paths: {
relative: false,
},
},
};