1
0
mirror of https://github.com/actix/actix-website synced 2025-09-01 17:27:23 +02:00

Fix base URL

This commit is contained in:
Yuki Okushi
2022-07-16 19:06:27 +09:00
committed by GitHub
parent 8393aea71a
commit 2904c4b861

View File

@@ -4,7 +4,7 @@ module.exports = {
title: 'Actix', title: 'Actix',
tagline: 'Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust', tagline: 'Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust',
url: 'https://actix.rs', url: 'https://actix.rs',
baseUrl: '/actix-website/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/logo.png', favicon: 'img/logo.png',