Skip to content

Commit 5a24d17

Browse files
committed
Themes added, improvements and rewriting
1 parent 5b94555 commit 5a24d17

File tree

78 files changed

+917
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+917
-454
lines changed

deploy/vite.config.gh-pages.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
module.exports = {
1+
import { defineConfig } from 'vite';
2+
import injectHTML from 'vite-plugin-html-inject';
3+
4+
export default defineConfig({
25
base: '/github-profile-header-generator/',
36
build: {
47
emptyOutDir: true
5-
}
6-
}
8+
},
9+
plugins: [
10+
injectHTML(),
11+
],
12+
});

images/icons/info.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
2.81 KB
Loading
2.12 KB
Loading
2.89 KB
Loading
3.36 KB
Loading
2.14 KB
Loading
2.4 KB
Loading
8.63 KB
Loading
4.46 KB
Loading

0 commit comments

Comments
 (0)