Skip to content

Commit

Permalink
adjustments for parity deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeohepperle committed Sep 25, 2023
1 parent aa0980d commit 1e555c6
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
node_modules
dist
# Local Netlify folder
.netlify
dist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
<!-- Highlight.js Stylesheets -->
<!-- <link rel="stylesheet" href="highlight.css" /> -->
<!-- <link rel="stylesheet" href="tomorrow-night.css" /> -->
<link rel="stylesheet" href="ayu-highlight.css" />

<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="css/ayu-highlight.css" />
<link rel="stylesheet" href="css/index.css" />

<!-- Custom theme stylesheets -->
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { RuntimeApiMethodsPage } from "./pages/RuntimeApiMethods";

const App: Component = () => {
return (
<Router base="/subxt_explorer">
<Router base="">
<Routes>
<Route path="/" component={HomePage}></Route>
<Route path="/runtime_apis" component={RuntimeApisPage}></Route>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export default defineConfig({
build: {
target: "esnext",
},
base: "/subxt_explorer/",
base: "/",
});

0 comments on commit 1e555c6

Please sign in to comment.