diff --git a/index.html b/index.html index c0952aa..1221d6f 100644 --- a/index.html +++ b/index.html @@ -20,10 +20,10 @@

a minimal, cute, super-lightweight javascript framework.

@@ -31,9 +31,9 @@

a minimal, cute, super-lightweight javascript framework.

import { Init, Route, Component } from './index.min.js'; Init(); Route('route', { - '/': './routes/about.html', - '/#/installation': './routes/installation.html', - '/#/license': './routes/license.html' + '/kobenii/': './routes/about.html', + '/kobenii/#/installation': './routes/installation.html', + '/kobenii/#/license': './routes/license.html' }); Component('.counter', './components/counter.html');