mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-12 20:35:35 +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_*_*_*
|
||||
# - 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
|
||||
on: [push]
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
basePath: "/github-pages",
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user