Skip to content

Commit

Permalink
Updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 26, 2023
1 parent 1f8e25a commit 8087419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>

<link rel="stylesheet" href="css/style.css" />
<script src="https://canadian-geospatial-platform.github.io/GeoView/public/gcpv-main.js"></script>
<script src="https://canadian-geospatial-platform.github.io/geoview/public/cgpv-main.js"></script>
<!-- <script src="http://localhost:8080/cgpv-main.js"></script> -->
<!-- <script src="cgpv-main.js"></script> -->

Expand Down
6 changes: 1 addition & 5 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ const cgpv = w['cgpv'];
const { react, createRoot } = cgpv;

const container = createRoot(document.getElementById("root") as HTMLElement);
container.render(
<react.StrictMode>
<App />
</react.StrictMode>
);
container.render(<App />);

0 comments on commit 8087419

Please sign in to comment.