Commit 4a7d7476 authored by Sophia Manicor's avatar Sophia Manicor
Browse files

updating output directory

parent 92f299b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ build:
  script:
    - yarn install --frozen-lockfile --check-files --non-interactive
    - yarn build
    - cp -r dist/* public
  artifacts:
    paths:
      - public
+2 −1
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@ module.exports = defineConfig({
  transpileDependencies: true,
  publicPath: process.env.NODE_ENV === 'production'
  ? '/' + process.env.CI_PROJECT_NAME + '/'
  : '/'
  : '/',
  outputDir: 'public'
})