Skip to content

Commit

Permalink
Push pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatolich committed Jan 15, 2025
1 parent 46f2e17 commit 71c5f78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>API Center portal</title>
<script type="module" crossorigin src="./assets/index-EhPbtNTF.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-9hG9shiK.css">
</head>

<body>
<div id="root"></div>

</body>

<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>API Center portal</title>
<script type="module" crossorigin src="/APICenter-Portal-Starter/assets/index-Dw3OZ0yq.js"></script>
<link rel="stylesheet" crossorigin href="/APICenter-Portal-Starter/assets/index-9hG9shiK.css">
</head>

<body>
<div id="root"></div>
</body>

</html>
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), basicSsl()],
base: '/APICenter-Portal-Starter/',
optimizeDeps: {
exclude: ["azure-apidocs"],
},
Expand Down

0 comments on commit 71c5f78

Please sign in to comment.