Ignore:
Timestamp:
2021-12-08T13:46:11+13:00 (2 years ago)
Author:
cstephen
Message:

Fix public path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/vue.config.js

    r35509 r35771  
    55 */
    66module.exports = {
    7     // publicPath: "interfaces/atea/korero-maori-asr/dist",
    8     filenameHashing: false, // Allows us to easily setup direct links to the bundles in korero-maori-asr.xsl. You may want to change this for production in order to help with caching
     7    filenameHashing: false, // Allows us to easily setup direct links to the bundles in macron-restoration.xsl. You may want to change this for production in order to help with caching
     8    publicPath: process.env.NODE_ENV === 'production'
     9        ? '/greenstone3/interfaces/atea/korero-maori-asr/dist'
     10        : '/',
    911
    1012    chainWebpack: config => {
Note: See TracChangeset for help on using the changeset viewer.