Skip to content

Commit

Permalink
Fixes a typo (vuejs#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yexiaoking authored and veaba committed May 4, 2020
1 parent 72eb6e9 commit c18d3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pathResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Resolver } from "vite"
// built ts files are placed into /dist
export const APP_PATH = path.join(__dirname, '../../lib/app')

// speical virtual file
// special virtual file
export const SITE_DATA_REQUEST_PATH = '/@siteData'

// this is a path resolver that is passed to vite
Expand Down

0 comments on commit c18d3bb

Please sign in to comment.