mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-11 00:36:40 +07:00
added fonts and icons
This commit is contained in:
parent
1377d25403
commit
d7a09b2729
20 changed files with 694 additions and 18 deletions
|
@ -1,10 +1,11 @@
|
|||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
import * as path from "path";
|
||||
import svgr from "vite-plugin-svgr";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
plugins: [react(), svgr({ exportAsDefault: true })],
|
||||
resolve: {
|
||||
alias: [{ find: "~", replacement: path.resolve("src") }],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue