Skip to content

Commit

Permalink
fix: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed May 30, 2023
1 parent f4a94b8 commit 4b1b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playgrounds/vue2.7/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import UnoCSS from 'unocss/vite'
import { presetAttributify, presetUno, transformerDirectives, transformerVariantGroup } from 'unocss'

export default defineConfig({
base: './vue2',
base: '/vue-number-roll/vue2/',
plugins: [
vue(),
UnoCSS({
Expand Down

0 comments on commit 4b1b62f

Please sign in to comment.