Skip to content

Commit

Permalink
/widgetでアクセスしても表示できるように
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Feb 9, 2021
1 parent 9b5affe commit 8b8cf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ traQ用ウィジェット

## 開発
`npm run dev`をすると`lccalhost:8500`でdev serverが起動する。
`/`で本体、`/iframe`でiframeで埋め込まれた状態を確認可能。
`/widget/`で本体、`/widget/iframe`でiframeで埋め込まれた状態を確認可能。
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'
import brotli from 'rollup-plugin-brotli'

export default defineConfig({
base: './',
base: '/widget/',
server: {
port: 8500,
proxy: {
Expand Down

0 comments on commit 8b8cf33

Please sign in to comment.