Switch back to dev

This commit is contained in:
Misode
2020-06-20 01:33:23 +02:00
parent cbbe2f6e39
commit 9b5d19b21d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import { ErrorsView } from './ErrorsView'
const LOCAL_STORAGE_THEME = 'theme'
const publicPath = process.env.NODE_ENV === 'production' ? '/alpha/' : '/';
const publicPath = process.env.NODE_ENV === 'production' ? '/dev/' : '/';
const modelFromPath = (p: string) => p.split('/').filter(e => e.length !== 0).pop() ?? ''