Skip to content

Commit

Permalink
updates for building prod version
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Jul 25, 2024
1 parent 8e3157e commit 1200c42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Elixir/ElixirBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from "react";
import './ElixirBanner.css';

Expand Down
1 change: 1 addition & 0 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from "react";
import ElixirBanner from "../Elixir/ElixirBanner";
import {getEVAFooterColumnsData, getEVAFooterHeadingData} from "./model/FooterData.tsx";
Expand Down
1 change: 1 addition & 0 deletions src/test/Footer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from "react";
import {render, screen} from '@testing-library/react';
import Footer from '../components/Footer/Footer.tsx';
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/eva/EVA-3594'
base: '/eva/EVA-3625'
})

0 comments on commit 1200c42

Please sign in to comment.