mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-12 12:25:35 +00:00
Fix the base path
This commit is contained in:
parent
70320edf6c
commit
a2c9a7db12
1
.github/workflows/scraping.yaml
vendored
1
.github/workflows/scraping.yaml
vendored
@ -8,6 +8,7 @@ name: Scraping the repositories from Source Graph
|
||||
|
||||
# TODO: split the commands to scrap repos and parse the dependencies
|
||||
# TODO: a job for index generation
|
||||
# TODO: set proper concurrency settings
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -1,7 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
basePath: "/github-pages",
|
||||
basePath: "/awesome-fastapi-projects",
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user