Skip to content

Commit

Permalink
vite base url
Browse files Browse the repository at this point in the history
  • Loading branch information
djang0dev committed Dec 15, 2024
1 parent 4da4888 commit 8ace430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"

// https://vite.dev/config/
export default defineConfig({
base: "/special-shopify-resource-picker/",
plugins: [react()],
})

0 comments on commit 8ace430

Please sign in to comment.