Skip to content

Commit

Permalink
Path of smile
Browse files Browse the repository at this point in the history
  • Loading branch information
HiltonWS committed Mar 29, 2021
1 parent 117c8bd commit 5650120
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions smile/_next/static/chunks/amp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/commons.2ea15dc879eda30000f2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/commons.be4a930c5b62f913b28c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/main-0bc02e10b95bda8d35ae.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/main-6f3d04638050af400950.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/main-84150d474a11edc7cadc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smile/_next/static/chunks/main-e088bf890857f0435a27.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions smile/_next/static/chunks/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5297,7 +5297,7 @@ exports.noop = noop;

exports.__esModule = true;
var stacktrace_parser_1 = __webpack_require__(/*! stacktrace-parser */ "./node_modules/stacktrace-parser/dist/stack-trace-parser.esm.js");
var regexNextStatic = /\/_next(\/static\/.+)/g;
var regexNextStatic = /\/smile/_next(\/static\/.+)/g;
function parseStack(stack) {
var frames = stacktrace_parser_1.parse(stack);
return frames.map(function (frame) {
Expand Down Expand Up @@ -6530,7 +6530,7 @@ function initializeBuildWatcher(toggleCallback) {
var timeoutId = null; // Handle events

var evtSource = (0, _eventsource.getEventSourceWrapper)({
path: '/_next/webpack-hmr'
path: '/smile/_next/webpack-hmr'
});
evtSource.addMessageListener(function (event) {
// This is the heartbeat event
Expand Down Expand Up @@ -8683,7 +8683,7 @@ function setupPing(assetPrefix, pathnameFn, retry) {
exports.currentPage = currentPage = pathname; // close current EventSource connection

closePing();
var url = "".concat(assetPrefix, "/_next/webpack-hmr?page=").concat(currentPage);
var url = "".concat(assetPrefix, "/smile/_next/webpack-hmr?page=").concat(currentPage);
evtSource = (0, _eventsource.getEventSourceWrapper)({
path: url,
timeout: 5000,
Expand Down Expand Up @@ -8793,7 +8793,7 @@ var _hotDevClient = _interopRequireDefault(__webpack_require__(/*! ./error-overl
var _default = function _default(_ref) {
var assetPrefix = _ref.assetPrefix;
var options = {
path: "".concat(assetPrefix, "/_next/webpack-hmr")
path: "".concat(assetPrefix, "/smile/_next/webpack-hmr")
};
var devClient = (0, _hotDevClient["default"])(options);
devClient.subscribeToHmrEvent(function (obj) {
Expand Down Expand Up @@ -9178,7 +9178,7 @@ var defaultLocale = data.defaultLocale;
var prefix = assetPrefix || ''; // With dynamic assetPrefix it's no longer possible to set assetPrefix at the build time
// So, this is how we do it in the client side at runtime

__webpack_require__.p = "".concat(prefix, "/_next/"); //eslint-disable-line
__webpack_require__.p = "".concat(prefix, "/smile/_next/"); //eslint-disable-line
// Initialize next/config with the environment configuration

envConfig.setConfig({
Expand Down Expand Up @@ -10035,7 +10035,7 @@ window.next = next;

function devPagesManifestListener(event) {
if (event.data.indexOf('devPagesManifest') !== -1) {
fetch("".concat(prefix, "/_next/static/development/_devPagesManifest.json")).then(function (res) {
fetch("".concat(prefix, "/smile/_next/static/development/_devPagesManifest.json")).then(function (res) {
return res.json();
}).then(function (manifest) {
window.__DEV_PAGES_MANIFEST = manifest;
Expand Down Expand Up @@ -10302,7 +10302,7 @@ var PageLoader = /*#__PURE__*/function () {
return window.__DEV_PAGES_MANIFEST.pages;
} else {
if (!this.promisedDevPagesManifest) {
this.promisedDevPagesManifest = fetch("".concat(this.assetPrefix, "/_next/static/development/_devPagesManifest.json")).then(function (res) {
this.promisedDevPagesManifest = fetch("".concat(this.assetPrefix, "/smile/_next/static/development/_devPagesManifest.json")).then(function (res) {
return res.json();
}).then(function (manifest) {
;
Expand Down Expand Up @@ -10340,7 +10340,7 @@ var PageLoader = /*#__PURE__*/function () {

var getHrefForSlug = function getHrefForSlug(path) {
var dataRoute = (0, _getAssetPathFromRoute["default"])((0, _normalizeTrailingSlash.removePathTrailingSlash)((0, _router.addLocale)(path, locale)), '.json');
return (0, _router.addBasePath)("/_next/data/".concat(_this.buildId).concat(dataRoute).concat(ssg ? '' : search));
return (0, _router.addBasePath)("/smile/_next/data/".concat(_this.buildId).concat(dataRoute).concat(ssg ? '' : search));
};

var isDynamic = (0, _isDynamic.isDynamicRoute)(route);
Expand Down Expand Up @@ -10823,7 +10823,7 @@ function getClientBuildManifest() {
function getFilesForRoute(assetPrefix, route) {
if (true) {
return Promise.resolve({
scripts: [assetPrefix + '/_next/static/chunks/pages' + encodeURI((0, _getAssetPathFromRoute["default"])(route, '.js'))],
scripts: [assetPrefix + '/smile/_next/static/chunks/pages' + encodeURI((0, _getAssetPathFromRoute["default"])(route, '.js'))],
// Styles are handled by `style-loader` in development:
css: []
});
Expand All @@ -10835,7 +10835,7 @@ function getFilesForRoute(assetPrefix, route) {
}

var allFiles = manifest[route].map(function (entry) {
return assetPrefix + '/_next/' + encodeURI(entry);
return assetPrefix + '/smile/_next/' + encodeURI(entry);
});
return {
scripts: allFiles.filter(function (v) {
Expand Down
4 changes: 2 additions & 2 deletions smile/_next/static/chunks/pages/_app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions smile/_next/static/chunks/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11694,7 +11694,7 @@ var VALID_LOADING_VALUES = ['lazy', 'eager', undefined];
var loaders = new Map([['imgix', imgixLoader], ['cloudinary', cloudinaryLoader], ['akamai', akamaiLoader], ['default', defaultLoader]]);
var VALID_LAYOUT_VALUES = ['fill', 'fixed', 'intrinsic', 'responsive', undefined];

var _ref2 = {"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","domains":[]} || _imageConfig.imageConfigDefault,
var _ref2 = {"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/smile/_next/image","loader":"default","domains":[]} || _imageConfig.imageConfigDefault,
configDeviceSizes = _ref2.deviceSizes,
configImageSizes = _ref2.imageSizes,
configLoader = _ref2.loader,
Expand Down Expand Up @@ -12896,7 +12896,7 @@ function getClientBuildManifest() {
function getFilesForRoute(assetPrefix, route) {
if (true) {
return Promise.resolve({
scripts: [assetPrefix + '/_next/static/chunks/pages' + encodeURI((0, _getAssetPathFromRoute["default"])(route, '.js'))],
scripts: [assetPrefix + '/smile/_next/static/chunks/pages' + encodeURI((0, _getAssetPathFromRoute["default"])(route, '.js'))],
// Styles are handled by `style-loader` in development:
css: []
});
Expand All @@ -12908,7 +12908,7 @@ function getFilesForRoute(assetPrefix, route) {
}

var allFiles = manifest[route].map(function (entry) {
return assetPrefix + '/_next/' + encodeURI(entry);
return assetPrefix + '/smile/_next/' + encodeURI(entry);
});
return {
scripts: allFiles.filter(function (v) {
Expand Down Expand Up @@ -17823,7 +17823,7 @@ exports.__esModule=true;exports.normalizePathSep=normalizePathSep;exports.denorm
/***/ (function(module, exports, __webpack_require__) {

"use strict";
exports.__esModule=true;exports.imageConfigDefault=exports.VALID_LOADERS=void 0;const VALID_LOADERS=['default','imgix','cloudinary','akamai'];exports.VALID_LOADERS=VALID_LOADERS;const imageConfigDefault={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:'/_next/image',loader:'default',domains:[]};exports.imageConfigDefault=imageConfigDefault;
exports.__esModule=true;exports.imageConfigDefault=exports.VALID_LOADERS=void 0;const VALID_LOADERS=['default','imgix','cloudinary','akamai'];exports.VALID_LOADERS=VALID_LOADERS;const imageConfigDefault={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:'/smile/_next/image',loader:'default',domains:[]};exports.imageConfigDefault=imageConfigDefault;
//# sourceMappingURL=image-config.js.map

/***/ }),
Expand Down

0 comments on commit 5650120

Please sign in to comment.