From 8a2843452d79c709c54365939a96f3ba7dcd716d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 27 Nov 2020 16:36:21 -0600 Subject: [PATCH] Remove redundant option --- nuxt.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 3854a8d..c8578e6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -10,12 +10,10 @@ const listsOptions = [ { buildMethod: buildAppList, path: '/static/app-list.json', - route: app => '/app/' + app.slug }, { buildMethod: buildGamesList, path: '/static/game-list.json', - route: app => '/game/' + app.slug } ]