You've already forked AstralRinth
forked from didirus/AstralRinth
47b0ccdf78
* Friends system for app * Fix impl issues * move friends to in-memory store
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
export default defineNuxtRouteMiddleware((to) => {
|
|
if (to.query.launcher) {
|
|
setPageLayout("empty");
|
|
}
|
|
});
|