Skip to content

Commit

Permalink
Merge pull request #10 from slusy/build/product-preview-card-component
Browse files Browse the repository at this point in the history
build: product preview card component
  • Loading branch information
spudoodle authored Dec 8, 2024
2 parents 6d2a437 + e602e5c commit 56abbd4
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CODE/NEWBIE/product-preview-card-component/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-swc'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";

// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
base: "https://slusy.github.io/frontendmentor/newbie/product-preview-card-component",
build: {
outDir: "../../../newbie/product-preview-card-component",
},
});

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

Loading

0 comments on commit 56abbd4

Please sign in to comment.