mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-14 21:27:04 +00:00
Set base path to properly load JS and CSS
This commit is contained in:
parent
c4a548f5c4
commit
70320edf6c
2
.github/workflows/scraping.yaml
vendored
2
.github/workflows/scraping.yaml
vendored
@ -6,7 +6,7 @@ name: Scraping the repositories from Source Graph
|
|||||||
# # https://crontab.guru/#0_0_*_*_*
|
# # https://crontab.guru/#0_0_*_*_*
|
||||||
# - cron: '0 0 * * *'
|
# - cron: '0 0 * * *'
|
||||||
|
|
||||||
# TODO: split the commands to crapr 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
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: "export",
|
output: "export",
|
||||||
|
basePath: "/github-pages",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user