We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb68088 commit faef15fCopy full SHA for faef15f
.github/workflows/ui-development.yml
@@ -104,7 +104,6 @@ jobs:
104
export GIT_SHA=${GIT_SHA}
105
export USE_MOCK_DATA=${USE_MOCK_DATA}
106
npm run build
107
- cat out/index.html
108
working-directory: ui
109
110
- name: Deploy to GitHub Pages
ui/next.config.mjs
@@ -1,6 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: 'export',
4
+ assetPrefix: process.env.ASSET_PREFIX || '',
5
webpack(config) {
6
// Grab the existing rule that handles SVG imports
7
const fileLoaderRule = config.module.rules.find((rule) => rule.test?.test?.('.svg'));
0 commit comments