Skip to content

Commit

Permalink
Add docs/ with build
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeuio committed Feb 21, 2024
1 parent 91cef81 commit cd22e92
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 3 deletions.
338 changes: 338 additions & 0 deletions docs/assets/index-BVtZF-ad.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/index-Dfa-rZ0W.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/assets/index.es-CLm7HMpI.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/assets/purify.es-BZcJlXyC.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV App</title>
<script type="module" crossorigin src="/make-your-cv/assets/index-BVtZF-ad.js"></script>
<link rel="stylesheet" crossorigin href="/make-your-cv/assets/index-Dfa-rZ0W.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
10 changes: 7 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
base: "/make-your-cv/",
plugins: [react()],
})
build: {
outDir: "docs",
},
});

0 comments on commit cd22e92

Please sign in to comment.