Skip to content
Snippets Groups Projects
Commit 41594365 authored by Daniel's avatar Daniel
Browse files

testing3

parent 61b40bf0
No related branches found
No related tags found
No related merge requests found
Pipeline #223571 failed
......@@ -6,6 +6,7 @@ before_script:
pages:
script:
- npm run build
- build/* public/
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
......
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'public',
distDir: './build',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment