Add what's new page

This commit is contained in:
Misode
2023-06-21 02:31:35 +02:00
parent 9b6233ce23
commit 15d6e621f7
8 changed files with 139 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import '../styles/nodes.css'
import { Analytics } from './Analytics.js'
import { cleanUrl } from './Utils.js'
import { Header } from './components/index.js'
import { Changelog, Customized, Generator, Generators, Guide, Guides, Home, Partners, Sounds, Transformation, Versions, Worldgen } from './pages/index.js'
import { Changelog, Customized, Generator, Generators, Guide, Guides, Home, Partners, Sounds, Transformation, Versions, WhatsNew, Worldgen } from './pages/index.js'
export function App() {
const changeRoute = (e: RouterOnChangeArgs) => {
@@ -26,6 +26,7 @@ export function App() {
<Versions path="/versions" />
<Transformation path="/transformation" />
<Customized path="/customized" />
<WhatsNew path="/whats-new" />
<Guides path="/guides" />
<Guide path="/guides/:id" />
<Generator default />