Skip to content

Commit

Permalink
More router fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisplusplus committed Nov 13, 2021
1 parent a7f4db8 commit d936772
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/img/hackzone_logo.6cec495f.png"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/themes/default/style.min.css"><title>CampZone 2020 Badge</title><link href="css/app.e34b18f4.css" rel="preload" as="style"><link href="css/chunk-vendors.2ab642da.css" rel="preload" as="style"><link href="js/app.9726bea5.js" rel="preload" as="script"><link href="js/chunk-vendors.66fd640c.js" rel="preload" as="script"><link href="css/chunk-vendors.2ab642da.css" rel="stylesheet"><link href="css/app.e34b18f4.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/jstree.min.js"></script><div id="app"></div><script src="js/chunk-vendors.66fd640c.js"></script><script src="js/app.9726bea5.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/img/hackzone_logo.6cec495f.png"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/themes/default/style.min.css"><title>CampZone 2020 Badge</title><link href="css/app.e34b18f4.css" rel="preload" as="style"><link href="css/chunk-vendors.2ab642da.css" rel="preload" as="style"><link href="js/app.58a6f33e.js" rel="preload" as="script"><link href="js/chunk-vendors.66fd640c.js" rel="preload" as="script"><link href="css/chunk-vendors.2ab642da.css" rel="stylesheet"><link href="css/app.e34b18f4.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/jstree.min.js"></script><div id="app"></div><script src="js/chunk-vendors.66fd640c.js"></script><script src="js/app.58a6f33e.js"></script></body></html>
4 changes: 2 additions & 2 deletions docs/js/app.9726bea5.js → docs/js/app.58a6f33e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.58a6f33e.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/js/app.9726bea5.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default new Router({
props: { page: 1 },
},
{
path: '/hh_webusb/programming',
path: '/hh_webusb',
name: 'Programming & Files',
props: { page: 2 },
component: Programming,
Expand Down

0 comments on commit d936772

Please sign in to comment.