Skip to content

Commit

Permalink
feat: deploying to netlify (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryG authored Nov 21, 2024
1 parent 0403842 commit 0066455
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 120 deletions.
61 changes: 0 additions & 61 deletions .github/actions/setup-pnpm-with-dependencies/action.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/github-pages.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const externalDependencies: string[] = ['shiki/onig.wasm']

// https://vite.dev/config/
export default defineConfig({
base: '/spec-editor',
base: '/',
plugins: [
vue(),
vueDevTools(),
Expand Down

0 comments on commit 0066455

Please sign in to comment.