next.js/test/production/css-url-deployment-id/app/global.css
global.css9 lines166 B
.global-with-image {
  background-image: url('./test-image.png');
}

@font-face {
  font-family: 'TestFontGlobal';
  src: url('./test-font.woff2') format('woff2');
}
Quest for Codev2.0.0
/
SIGN IN