Skip to content

Commit

Permalink
chore: fixed loading forever page and icon missing
Browse files Browse the repository at this point in the history
  • Loading branch information
raulMarvanWizeline committed Mar 21, 2024
1 parent f7c73e1 commit 7b6c163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script id="gen-ai-map" data-boxid="chart-map" data-charttype="" src="https://gen-ai-tools-public.s3.amazonaws.com/assets/map.js"></script>
<Meta />
<Links />
Expand Down
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
base: "/gen-ai-map-fe/",
plugins: [
remix({
basename: "/gen-ai-map-fe/",
ssr: false,
}),
tsconfigPaths(),
Expand Down

0 comments on commit 7b6c163

Please sign in to comment.