mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-12 20:35: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: split the commands to scrap repos and parse the dependencies
|
||||||
# TODO: a job for index generation
|
# TODO: a job for index generation
|
||||||
|
# TODO: set proper concurrency settings
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: "export",
|
output: "export",
|
||||||
basePath: "/github-pages",
|
basePath: "/awesome-fastapi-projects",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user