mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add Schedule tab to navigation
This commit is contained in:
@@ -10,4 +10,12 @@ export default defineConfig({
|
|||||||
deployment: {
|
deployment: {
|
||||||
site: "https://od.prad.codes",
|
site: "https://od.prad.codes",
|
||||||
},
|
},
|
||||||
|
navigation: {
|
||||||
|
tabs: [
|
||||||
|
{
|
||||||
|
label: "Schedule",
|
||||||
|
path: "/schedule",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user