Skip to content

Commit

Permalink
feat: update project name to krutt-github-io
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 11, 2024
1 parent dafb015 commit 5f27a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"engines": {
"pnpm": "^9.2.0"
},
"name": "crisp",
"name": "krutt-github-io",
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import vue from '@vitejs/plugin-vue'
import tailwind from 'tailwindcss'

export default defineConfig({
base: '/',
base: '/crisp',
css: {
postcss: {
plugins: [tailwind(), autoPrefixer()],
Expand Down

0 comments on commit 5f27a17

Please sign in to comment.