Skip to content

Commit 0d2ad5d

Browse files
authored
Merge pull request #13 from leviarista/rewrite
Rewrite
2 parents e8184ad + d412e3a commit 0d2ad5d

File tree

99 files changed

+4096
-1405
lines changed

Some content is hidden

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

99 files changed

+4096
-1405
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/favicon-16x16.png

-123 Bytes
Loading

images/favicon-32x32.png

-662 Bytes
Loading

images/favicon.ico

0 Bytes
Binary file not shown.

images/gphg.png

13 KB
Loading

images/gphg.svg

Lines changed: 1 addition & 0 deletions
Loading

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

0 commit comments

Comments
 (0)